- 27 Nov, 2020 9 commits
-
-
Stuart Levy authored
-
Stuart Levy authored
-
Stuart Levy authored
-
Stuart Levy authored
-
Stuart Levy authored
-
Stuart Levy authored
-
Stuart Levy authored
-
Stuart Levy authored
-
Stuart Levy authored
-
- 04 Aug, 2017 2 commits
- 02 Aug, 2017 2 commits
- 01 Aug, 2017 9 commits
-
-
slevy authored
-
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 4 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.
-