[info-performer] How to render the isect

Date view Thread view Subject view Author view

From: Mr. Rajesh R (rajeshr++at++cair.res.in)
Date: 06/11/2004 04:20:52


Dear All,

Along with traversal I want to render the isect Segment also.
for instance, I have the following isect segment

        segset.activeMask = 0x1;
    segset.isectMask = 0xFFFFFF;
    segset.discFunc = NULL;
    segset.bound = NULL;
    segset.mode = PFTRAV_IS_PRIM|PFTRAV_IS_NORM|PFTRAV_IS_CULL_BACK;
    segset.userData = NULL;
    pfSetVec3(segset.segs[0].dir,0.0f,0.0f,-1.0f);
    segset.segs[0].length = 5000.0f;

In the while loop along with the intersection test I should render the
segment.

Any sugestions.

Rajesh.R
IRIS, Bangalore -1


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Fri Jun 11 2004 - 04:33:24 PDT