You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a problem with saving parameters in the latest build of
dat.gui.
The problem shows when clicking the gear icon which should open a popup with
the JSON to be saved. Also saving to local storage does not work for me. Here
are two JSFiddles:
http://jsfiddle.net/navFooh/XZcde/
With the minified library, clicking the gear throws an error in the console:
Uncaught TypeError: Cannot read property 'forEach' of undefined dat.gui.min.js:3
http://jsfiddle.net/navFooh/8Hek6/
With the normal library, clicking the gear icon does show the popup with JSON,
but the parameter x does not show
Original issue reported on code.google.com by [email protected] on 29 Mar 2014 at 1:57
The text was updated successfully, but these errors were encountered:
Please disregard this issue, it was the order in which I called remember and
add.
See:
http://stackoverflow.com/questions/22730039/saving-parameters-with-dat-gui-seems
-broken
Original issue reported on code.google.com by
[email protected]
on 29 Mar 2014 at 1:57The text was updated successfully, but these errors were encountered: