Re: pfGSetLineWidth broken?

New Message Reply Date view Thread view Subject view Author view

Jim Helman (jimh++at++surreal)
Wed, 03 Aug 94 21:29:55 -0700


Your program runs fine on VGX and RE. But GL's
linewidthf() (which Performer uses to set line widths)
appears to be broken in GL on Indy and Elan.

For now, adding the following stub to your application
should resolve the problem:

   void
   linewidthf(float x)
   {
       linewidth((int)(x+0.5f));
   }

rgds,

-jim helman

jimh++at++surreal.asd.sgi.com
415/390-1151


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:50:26 PDT

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