3D JavaScript - ku-fpg/blackboard GitHub Wiki
General Link
- http://threejs.org/
- https://www.youtube.com/watch?v=HwkGTYRopYg
- http://davidscottlyons.com/threejs/presentations/frontporch14/#slide-0
VR
Common Libraries used for threejs.
- Between Library
Descriptions of issues
Stack Overflow
You need to run camera.updateProjectionMatrix() after changing .fov, etc, in a camera.
THREE.OrbitControls overrides the camera.lookAt method.