|
|
@ -112,11 +112,15 @@ var BuoyAnalysisChart3 = { |
|
|
|
BuoyAnalysisChart3.controls = new THREE.OrbitControls( BuoyAnalysisChart3.camera, BuoyAnalysisChart3.renderer.domElement ); |
|
|
|
BuoyAnalysisChart3.controls = new THREE.OrbitControls( BuoyAnalysisChart3.camera, BuoyAnalysisChart3.renderer.domElement ); |
|
|
|
BuoyAnalysisChart3.controls.target = new THREE.Vector3(200, 100, 0); |
|
|
|
BuoyAnalysisChart3.controls.target = new THREE.Vector3(200, 100, 0); |
|
|
|
|
|
|
|
|
|
|
|
// controls.minPolarAngle = 50 * Math.PI / 180; // radians
|
|
|
|
// BuoyAnalysisChart3.controls.minPolarAngle = 50 * Math.PI / 180; // radians
|
|
|
|
// controls.maxPolarAngle = 90 * Math.PI / 180; // radians
|
|
|
|
// BuoyAnalysisChart3.controls.maxPolarAngle = 90 * Math.PI / 180; // radians
|
|
|
|
|
|
|
|
|
|
|
|
// controls.minAzimuthAngle = -90 * Math.PI / 180; // radians
|
|
|
|
// BuoyAnalysisChart3.controls.minAzimuthAngle = -90 * Math.PI / 180; // radians
|
|
|
|
// controls.maxAzimuthAngle = 0 * Math.PI / 180; // radians
|
|
|
|
// BuoyAnalysisChart3.controls.maxAzimuthAngle = 0 * Math.PI / 180; // radians
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuoyAnalysisChart3.controls.enablePan = false; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuoyAnalysisChart3.controls.userPanSpeed = 6; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|