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
Not a issue, more like a feature reques.
Is it possible to update a max bound value when another variable changes?
Example:
var settings = { max: 10, totalPoints: 10 }
gui.add(settings, 'max', 0, 10);
gui.add(settings, 'totalPoints, 0, @settings.max)
So when I change the max value to 6, I wanted the same behaviour like:
gui.add(settings, 'totalPoints, 0, 6)
Original issue reported on code.google.com by venancio...@gmail.com on 12 Dec 2013 at 12:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
venancio...@gmail.com
on 12 Dec 2013 at 12:37The text was updated successfully, but these errors were encountered: