Kevin Russo (russo++at++ait.nrl.navy.mil)
Mon, 7 Mar 94 12:11:01 PST
I found that for linestrips, anyway, Performer only checks if the first
point or so of the lineseg is in the viewing frustum, regardless of
the bounding box. Perhaps this little speed enhancing trick is at work
in other types of GeoSets?
I overcame it by installing a node pre-cull callback like this:
node_cull_pre_cb() { pfCullResult(PFIS_ALL_IN); return PFTRAV_CONT; }
It was most frustrating to watch my trajectory line segments disappear
any time the origin wasn't in view.
Kevin
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:50:11 PDT