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

Error when creating dropdown #84

Closed dagudelos closed 7 years ago

dagudelos commented 7 years ago

Hi dataarts, when i setup the dropdown, the following error comes: "labelInteraction.updateLabel is not a function" . In examples, the error occur too. This is my code:

gui.add(config, 'zoom',{ S: 100, M: 50, C: 0 } );

And the control, can't generate the dropdown. Thanks for your great work!

mflux commented 7 years ago

Will take a look thanks!