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

Every container can have a unique instance of the Three class and there is a variety of options you can pass to customise each viewport.

$(container).three({ 
  • deps : object , pass additional (Three.js) dependencies you want loaded - use the subclass name as the key
  • watch : true / false , monitor shadow dom updates
}) :
Clone this wiki locally