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

no step value by default #39

Closed customlogic closed 7 years ago

customlogic commented 8 years ago

There should be no step value set by default for a slider.. it should allow any value within the range

mflux commented 8 years ago

Are you sure? I read through the old DAT GUI code and it looks like they try to find an implied step value.

mflux commented 8 years ago

Ok I removed using step unless you explicitly call step(). d9091bc62e58c84f210ec14ed72c6bfb29f47ebe

You should check the behavior on that though...

customlogic commented 7 years ago

You were right.. having no default step is weird. Lets use the implied step code from dat.gui