Skip to content

Commit

Permalink
fix: Fixed the bug that could not be detected
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangechen committed Aug 10, 2024
1 parent e917851 commit 4fb3f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chili-three/test/testView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class TestView extends ThreeView {
super(document, "test", Plane.XY, new ThreeHighlighter(content), content);
this.setDom(container);
this.cameraController.lookAt(
new THREE.Vector3(0, 0, 1),
new THREE.Vector3(0, 0, 100),
new THREE.Vector3(),
new THREE.Vector3(0, 1, 0),
);
Expand Down

0 comments on commit 4fb3f03

Please sign in to comment.