فهرست منبع

center control rotation around center of volume

Almar Klein 6 سال پیش
والد
کامیت
4277300691
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      examples/webgl_materials_texture3d_volume1.html

+ 1 - 0
examples/webgl_materials_texture3d_volume1.html

@@ -203,6 +203,7 @@
 			container.appendChild( renderer.domElement );
 
 			controls = new THREE.OrthographicTrackballControls( camera, renderer.domElement );
+			controls.target = new THREE.Vector3(64, 64, 128);
 			controls.rotateSpeed = 5.0;
 			controls.zoomSpeed = 5;
 			controls.panSpeed = 2;