Преглед изворни кода

Exampels: Fix initial height of camera in pointerlock example.

Mugen87 пре 6 година
родитељ
комит
d1f751724f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      examples/misc_controls_pointerlock.html

+ 1 - 0
examples/misc_controls_pointerlock.html

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