Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introducing Three.js

Introducing Three.js

Judy Tuan

April 11, 2013
Tweet

More Decks by Judy Tuan

Other Decks in Programming

Transcript

  1. Three.js • https://github.com/mrdoob/three.js/ • JavaScript library • render 3d in

    the browser (WebGL, canvas, SVG... and CSS?!?!) • easy-to-use! Saturday, April 13, 13
  2. MobileGraffiti • An app to turn your phone into a

    paintbrush. • Made in 30 hours at AngelHack =) • mobilegraffiti.com Saturday, April 13, 13
  3. Three.js: the Basics • renderer • scene • camera •

    light • object Saturday, April 13, 13
  4. Other Geometries • Icosahedron • Octahedron • Plane • Polyhedron

    • Tetrahedron • Text • Torus Saturday, April 13, 13
  5. Controls • FirstPersonControls • FlyControls • PathControls • RollControls •

    TrackballControls http://threejsdoc.appspot.com/doc/ index.html#FlyControls Saturday, April 13, 13