Marcus Barnes (marcus++at++multigen.com)
Mon, 9 Mar 1998 11:39:15 -0800
Running the same database on these two platforms gives dramatically different
coplanar rendering results? Here we go again ... (hi sharon ;-)
If you're using displacement, make sure you have a 23 bit depth buffer on the
Onyx2. there have been problems where you don't get the FB you ask for ... see
Rob Jenkin's previous posts.
Try using STENCIL mode as a work around. It's not too much slower on IR. Enable
it via the OpenFlight loader mode:
{
if ( strcmp( pfGetMachString(), "IRL" ) == 0 ) /* ONYX2 IR */
pfdConverterMode ( "flt", PFFLT_LAYER, PFDECAL_BASE_STENCIL );
pfdLoadFile( "large.flt" );
}
Regards.
--
+ Marcus Barnes, Technical Staff mailto:marcus++at++multigen.com +
+ Multigen Inc. http://www.multigen.com +
+ 550 S. Winchester Blvd. phoneto:1-408-556-2654 +
+ Suite 500 San Jose CA 95128 faxto:1-408-261-4102 +
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:57:00 PDT