Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nabati committed Jul 23, 2024
1 parent 6cf570a commit 90d3703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions viewer/packages/api/src/utilities/ViewStateHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export class ViewStateHelper {
z: cameraPosition.z
},
target: {
x: cameraPosition.x,
y: cameraPosition.y,
z: cameraPosition.z
x: cameraTarget.x,
y: cameraTarget.y,
z: cameraTarget.z
}
},
models: modelStates,
Expand Down

0 comments on commit 90d3703

Please sign in to comment.