Mr.doob 3faa6b6248 Merge remote-tracking branch 'RommelVR/master' into dev 12 years ago
..
FirstPersonControls.js 8c53e156f9 Deleted unnecessary branch indenting. 12 years ago
FlyControls.js b062fee866 Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860. 12 years ago
OrbitControls.js 2b4250ea8b OrbitControls: Added Firefox support. Fixes #2908. 12 years ago
PathControls.js 6e0d2115ca adopting THREE.Math.degToRad/radToDeg for code readability. 12 years ago
PointerLockControls.js 840d508577 Added namespace to PointerLockControls. Fixes #2591. 12 years ago
RollControls.js b062fee866 Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860. 12 years ago
TrackballControls.js 3d354a70d5 TrackballControls: Implemented pinch gesture for zooming. Thanks @ericnoble. 12 years ago