Skip to content

Commit 89ac331

Browse files
Change camera z position 摄像头
1 parent 98651bc commit 89ac331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
new TWEEN.Tween(camera.position).to({
144144
x: 0,
145145
y: 10,
146-
z: 300,
146+
z: 180,
147147
},
148148
149149
loadingTime).onUpdate((obj)=> {

0 commit comments

Comments
 (0)