- 01 Aug, 2017 8 commits
-
-
slevy authored
-
slevy authored
-
slevy authored
-
slevy authored
Return 1 ('event handled') when our view receives an FL_SHOW event. Does this matter? It doesn't seem to hurt.
-
slevy authored
-
slevy authored
Use GL_LINE_STRIP rather than GL_LINE_LOOP when drawing an ellipsoid in PLANE style. Make usetextaxes work for ellipsoids too.
-
slevy authored
-
slevy authored
Add tfm2euler() and tfm2xyzeuler(), translated from the perl.
-
- 11 Sep, 2016 2 commits
- 09 Aug, 2015 1 commit
-
-
slevy authored
-
- 08 Dec, 2013 1 commit
-
-
slevy authored
rgb888 => full-24-bit-color colorindex (like rgb565) vec, vecscale, vecalpha commands ctrl-S to toggle left/right stereo New but undocumented features: insist on using GLEW library (need update to build instructions) snapshot's [-q jpeg_quality] pixelaspect command
-
- 30 Nov, 2013 10 commits
-
-
slevy authored
-
slevy authored
-
slevy authored
-
slevy authored
rgb888 => full-24-bit-color colorindex (like rgb565) vector picking vecalpha command hot-key help ("?") snapshot [-q jpeg_quality] snapshot ... @ e.g. snapshot fred.@.%04d.png => stereo-pair snapshot pixelaspect command don't crash in snapshot() if window has evaporated insist on using GLEW library
-
slevy authored
If a color-index variable is named rgb888, it's interpreted as a full 24-bit color value: R*65536 + G*256 + B with 0 <= R,G,B <= 255.
-
slevy authored
-
slevy authored
parti_snapshot(): if the pattern includes '@', emit a stereo pair of images, replacing @ with L and R.
-
slevy authored
-
slevy authored
? print help message for hot keys ctrl-S toggle stereo left/right eyes Safer sprintf for subcam report.
-
slevy authored
-
- 12 Jul, 2013 12 commits
-
-
slevy authored
Use static GLEW library under MinGW (libglew32.a rather than libglew32.dll.a).
-
slevy authored
-
slevy authored
Use static GLEW library under mingw (libglew32.a rather than libglew32.dll.a).
-
slevy authored
Revamp FLTK configuration -- use fltk-config. It tells us which libraries we need. It also can tell us where to find libpng and libjpeg - either the versions built-in to fltk since 1.1.x, or else the system version if available.
-
slevy authored
-
slevy authored
-
slevy authored
-
slevy authored
Regenerate from (unchanged) partipanel.fl with newer version of fluid. Switches from FL_Input to FL_Float_Input.
-
slevy authored
Make use of vecalpha value.
-
slevy authored
Add some redraw()s when we detach opengl window from GUI, to avoid MacOS Lion bug which left them un-refreshed.
-
slevy authored
Add some redraw() calls to avoid MacOS Lion bug that left cmd box, cmdhist scrollback, and opengl view to go un-refreshed. Especially when we switch on the timestep row.
-
slevy authored
Remember to schedule redraw(). Probably not necessary, but trying to squash bug that's appeared in MacOS Lion.
-
- 13 Mar, 2013 2 commits
- 22 Feb, 2013 1 commit
-
-
slevy authored
Demonstrates combining time-varying data (discrete datatimes) with time-varying warp (continuous extrapolation).
-
- 20 Feb, 2013 3 commits