소스 검색

Change rotate speed

WestLangley 7 년 전
부모
커밋
6e5b8e4e9e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/webgl_panorama_cube.html

+ 1 - 0
examples/webgl_panorama_cube.html

@@ -64,6 +64,7 @@
 			controls.enableZoom = false;
 			controls.enablePan = false;
 			controls.enableDamping = true;
+			controls.rotateSpeed = - 0.25;
 
 			var textures = getTexturesFromAtlasFile( "textures/cube/sun_temple_stripe.jpg", 6 );