- Feb 14, 2001
- Feb 04, 2001
- Feb 03, 2001
-
-
slevy authored
Don't let "kira tree" hide "kira track" -- demand 3 chars!
-
slevy authored
Oops, now kira_draw needs to ensure we really have something to draw!
-
slevy authored
Update cookedcmap when "cment" changes cmap.
-
slevy authored
Toss unused variable.
-
slevy authored
``extern "C" { ... }'' doesn't need a post-semicolon.
-
slevy authored
OK, toss those extra 'break's.
-
slevy authored
Add "kira tree" support -- tree arcs, with crosswise tick-marks at center-of-mass points. Tickmarks lie in screen plane, with length of <tickscale> times true separation.
-
slevy authored
Add "setgamma" (abbr. "setgam" or "cgam") command to adjust colors. Add "kira tree {off|on|cross|tick} [tickscale]" subcommand for showing tree structure of interacting groups.
-
- Jan 31, 2001
- Jan 24, 2001
-
-
slevy authored
Add everycomp, depthsort fields.
-
slevy authored
Add rint() function.
-
slevy authored
Lots more caching (e.g. of texture slot numbers and texture id's) for speed. txbind(NULL, NULL) invalidates currently-bound-texture-id cache. Allow texture index 0 to hold a texture. This allows for kludges like using a [0..1) coordinate as a constant texture index. Handle new texture attributes: alpha (-> 2-channel tx with luminance=0), intensity (luminance=1, alpha=brightness).
-
slevy authored
Add parti_allobjs() for "gall" command.
-
slevy authored
Make it work under WIN32 (ugh); and allow CAVETime. Allow null time ranges so partiview can suppress time bar if nobody has nonempty range.
-
slevy authored
Add parti_allobjs() to implement "gall" command.
-
slevy authored
Don't show time-control bar unless some object has a nonzero time range.
-
slevy authored
"depthsort" adds depth-sorted polygons. New texture qualifiers -i(ntensity) -a(lpha) -A(dd). New "gall" (a.k.a. "allobj") cmd sends following command to all objects. "everycomp" says whether to compensate for "every" subsampling.
-
slevy authored
Use config.h's WORDS_BIGENDIAN.
-
- Dec 31, 2000
-
-
slevy authored
Add new "trange" command to specify a limited range of times we're allowed to view.
-
- Dec 30, 2000
-
-
slevy authored
Add "kira track" command for particle tracking.
-
slevy authored
Re-extract whenever kira_set changes something. Add particle tracking. Compute ring sizes correctly, and draw rounder rings.
-
slevy authored
Keyboard shortcuts "<" and ">" stop animation. Shortcuts "{" and "}" start animation (backwards & forwards).
-
slevy authored
Add parti_nudge_camera() to aid in tracking objects.
-
slevy authored
Get slider position right if min/max values change.
-
- Dec 29, 2000