Skip to content
Connor Taffe edited this page Jul 18, 2014 · 1 revision

Projects

The Project object is a fairly simple construct that interfaces with THREE.js to:

  • Set up the initial THREE.js environment
  • load/remove models
  • store hist/fut stacks (undo/redo)

The Project model is used profusely in the Mesher code, but it does little but offer a few functions that interface with THREE.js.

Clone this wiki locally