- 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
Use new "kira tree" cmd.
-
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
- Dec 30, 2000
-
-
slevy authored
Recipe for constructing primbin16.out, taken from Piet's e-mail of 22 Dec 2000. Use as in make -f primbin16.mk
-
slevy authored
Examples of new CM-node-ring-marker and particle tracking. Replace nclump.cmap with one for use with the new nclump codes, where nclump is positive for stars and negative for CM nodes and rings. The new cmap uses the same colors for both, but it could be changed.
-
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
-
-
slevy authored
Add marker controls.
-
slevy authored
Improve color choices, jog-roller resolution.
-
slevy authored
Fix some clock bugs. Middle- or right-click on "step" buttons advance by .1 or 10 times normal step. Tie step to speed: step = 0.1sec * speed.
-
slevy authored
Tidy up messages -- don't append \n in msg() calls.
-
slevy authored
Add ring markers for non-isolated stars. Not finished yet, but seems usable. No GUI yet, but new commands: kiractl nodes {on|off|roots} kiractl rings {on|off|roots} kiractl ringsize {sep|semi} (ring size from curr. separation or semimajor axis) kiractl scale <scalefactor> kiractl span <minpixels> <maxpixels> (allowed range of ring radii) Change encoding of nclump: n for leaves, -n for center-of-mass nodes, so colormap can make them distinguishable. Bug: after kiractl command, must change timestep before it takes effect. Bug: ring markers aren't colored yet for some reason.
-
teuben authored
-
teuben authored
-
- Dec 27, 2000
-
-
slevy authored
For coloring by number-of-particles-in-clump.
-