2
0
Эх сурвалжийг харах

Exampels: Fix initial height of camera in pointerlock example.

Mugen87 6 жил өмнө
parent
commit
d1f751724f

+ 1 - 0
examples/misc_controls_pointerlock.html

@@ -101,6 +101,7 @@
 			function init() {
 			function init() {
 
 
 				camera = new PerspectiveCamera( 75, window.innerWidth / window.innerHeight, 1, 1000 );
 				camera = new PerspectiveCamera( 75, window.innerWidth / window.innerHeight, 1, 1000 );
+				camera.position.y = 10;
 
 
 				scene = new Scene();
 				scene = new Scene();
 				scene.background = new Color( 0xffffff );
 				scene.background = new Color( 0xffffff );