x3dom / apps-modeling

Publicly Available Applications
Other
3 stars 3 forks source link

Reflect internal parameter constraints in UI #109

Open yjung opened 10 years ago

yjung commented 10 years ago

For example, if Nozzle's innerRadius > outerRadius then this is obviously a user error and therefore both values are swapped, or if nozzleRadius < outerRadius then this clamped (cp. updated Geometry3DExt.js as well as Geometry3D.js). However, this is not reflected in the user interface.