Bryan L. Croft (croft++at++cod.nosc.mil)
Wed, 5 Jul 95 15:55:53 PDT
For the text I use the following call from the app.
pfNodeTravFunc(G_text, PFTRAV_DRAW, NULL, place_text3D);
and in the draw process the function is as follows
place_text3D(pfTraverser *, void *data)
{
pfPushState();
pfBasicState();
.
.
.
cmov(......);
.
.
.
pfPopState();
return(PFTRAV_PRUNE);
}
Any reason for loosing the text at given points, and what is the fix
Bryan Croft
NRAD, Code 44206
e-mail croft++at++nosc.mil
-------
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:51:39 PDT