Skip to content
alteredq edited this page Nov 28, 2011 · 4 revisions

API Reference JSON Model format 3.0

F.A.Q. "Which import format / exporter should I use?":https://github.com/mrdoob/three.js/issues/580 "How to use Blender export script?":https://github.com/mrdoob/three.js/issues/closed#issue/143 "How to use OBJ converter script?":https://github.com/mrdoob/three.js/blob/master/utils/exporters/convert_obj_three.py#L1 "How to update things?":https://github.com/mrdoob/three.js/wiki/Updates "How to run things locally?":https://github.com/mrdoob/three.js/wiki/How-to-run-things-locally

"Why do examples use requestAnimationFrame?":https://github.com/mrdoob/three.js/wiki/Some-patterns-used-in-examples "Why are there meta viewport tags in examples?":https://github.com/mrdoob/three.js/wiki/Some-patterns-used-in-examples

Articles "Getting Started":https://github.com/mrdoob/three.js/wiki/Getting-Started "Using Matrices and Object3D":https://github.com/mrdoob/three.js/wiki/Using-Matrices-&-Object3Ds-in-THREE "build.py, or how to generate a compressed Three.js file":https://github.com/mrdoob/three.js/wiki/build.py,-or-how-to-generate-a-compressed-Three.js-file "Text in Three.js":https://github.com/mrdoob/three.js/wiki/Text-in-Three.js

Components "WebGLRenderer":https://github.com/mrdoob/three.js/wiki/WebGLRenderer "Uniforms types":https://github.com/mrdoob/three.js/wiki/Uniforms-types

h3. On the nets...

Articles "Introduction to Three.js":http://fhtr.org/BasicsOfThreeJS/ by "Ilmari Heikkinen":https://github.com/kig/ "Getting Started with Three.js":http://aerotwist.com/lab/getting-started-with-three-js/ by "Paul Lewis":https://github.com/paullewis/ "An Introduction to Shaders - Part 1":http://aerotwist.com/lab/an-introduction-to-shaders-part-1/ by "Paul Lewis":https://github.com/paullewis/ "An Introduction to Shaders - Part 2":http://aerotwist.com/lab/an-introduction-to-shaders-part-2/ by "Paul Lewis":https://github.com/paullewis/ "Creating Particles with Three.js":http://aerotwist.com/lab/creating-particles-with-three-js/ by "Paul Lewis":https://github.com/paullewis/

Videos "WebGL Camp 3, Altered Qualia Presentation":http://www.youtube.com/watch?v=Dir4KO9RdhM

Websites "Learning Three.js":http://learningthreejs.com/ "THREE.JS API Reference":http://threejs.org/ (with realtime search) "ThreeBuilds":http://chandler.prallfamily.com/threebuilds/

Clone this wiki locally