New (very simple, but very nice IMHO) callback mechanism in plugins: a plugin can now set the min/max/step in input fields, and draw arbitrary stuff when the values are modified. This makes the plugin interface MUCH nicer: the plane in CutPlane is defined interactively (a la "Clipping planes"), the sphere in CutSphere is visible, the min/max values in CutMap reflect the min/max in the view, etc.
Showing
- Common/Context.h 1 addition, 0 deletionsCommon/Context.h
- Common/Options.cpp 2 additions, 1 deletionCommon/Options.cpp
- Fltk/Callbacks.cpp 24 additions, 1 deletionFltk/Callbacks.cpp
- Graphics/Mesh.cpp 6 additions, 1 deletionGraphics/Mesh.cpp
- Plugin/CutMap.cpp 21 additions, 2 deletionsPlugin/CutMap.cpp
- Plugin/CutMap.h 2 additions, 0 deletionsPlugin/CutMap.h
- Plugin/CutPlane.cpp 101 additions, 6 deletionsPlugin/CutPlane.cpp
- Plugin/CutPlane.h 8 additions, 0 deletionsPlugin/CutPlane.h
- Plugin/CutSphere.cpp 100 additions, 6 deletionsPlugin/CutSphere.cpp
- Plugin/CutSphere.h 7 additions, 0 deletionsPlugin/CutSphere.h
- doc/VERSIONS 3 additions, 3 deletionsdoc/VERSIONS
Loading
Please register or sign in to comment