Browse Source

Update i3dmExample.js

Garrett Johnson 5 năm trước cách đây
mục cha
commit
434204c008
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      example/i3dmExample.js

+ 1 - 1
example/i3dmExample.js

@@ -101,7 +101,7 @@ function init() {
 
 				averagePos.divideScalar( instance.count );
 				controls.target.copy( averagePos );
-				camera.position.add( averagePos )
+				camera.position.add( averagePos );
 				controls.update();
 
 			}