dataarts / dat.guiVR

A flexible graphical user interface for changing variables within WebVR.
https://workshop.chromeexperiments.com/examples/guiVR/
Apache License 2.0
311 stars 50 forks source link

dat.guiVR.create() to make a new GUI object #56

Closed customlogic closed 8 years ago

customlogic commented 8 years ago

From our discussion in #53

dat.guiVR.addInput( controller/camera );
dat.guiVR.enableMouse( camera, renderer );
const gui = dat.guiVR.create( 'GUI #1' )
mflux commented 8 years ago

09115b2b7e2249cf357b729b8c1e39a3c8702b53

Test folder stuff will need to be updated.

gui.addFolder( 'folder settings' )

is now

DATGUIVR.create( 'folder settings' )

customlogic commented 8 years ago

done in e4af9bd