Re: GL lines in performer

New Message Reply Date view Thread view Subject view Author view

Kowsik Guruswamy (kowsik++at++buggy.coryphaeus.com)
Tue, 19 Sep 1995 10:45:25 -0700


On Sep 19, 10:56am, ipandzic++at++cui.unige.ch wrote:
> Subject: GL lines in performer
> Hello,
>
> I am trying to draw some simple GL lines (bgnline - v3f - endline) in a
> Performer node's draw traversal function. These lines are sort of markers
> so I don't want them to be influenced by light, i.e. I want them to have
> an absolute color, defined by RGBcolor command. To do this I call
> pfDisable(PFEN_LIGHTING) before, and pfEnable(PFEN_LIGHTING) after
> drawing the lines. This works fine on a single processor machine like
> Indigo or Indy, but
> I get problems on the Onyx - the lines sometimes still don't
> have the color I want, but get influenced by the light. I don't
> seem to find on what it depends.
>
> Does someone know a better way to draw simple GL lines with absolute color?

How about

pfPushState();
pfBasicState();

  // draw lines here

pfPopState();

K.

-- 
kowsik++at++coryphaeus.com

New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:51:53 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.