Skip to content
tracend edited this page Jan 22, 2013 · 6 revisions

Supported methods:

adding:

  • .add({ type : "plane" }), a generic method to add an element (to the active scene).
  • .addPlane( options ), add a plane (with options)
  • .addSphere( options ), add a sphere (with options)
  • .addCube( options ), add a cube (with options)
  • .addCylinder( options ), add a cylinder (with options)

events:

  • .watch( $el ), monitor an element for changes
Clone this wiki locally