home *** CD-ROM | disk | FTP | other *** search
/ Gamblexx 2002 May / gamblexx_05_2002.iso / demos / serioussamsedemo.exe / Disk1 / Scripts / GLSettings / 3Dfx-V2.ini < prev    next >
Encoding:
Text File  |  2001-11-19  |  409 b   |  15 lines

  1.  
  2.  
  3. // driver version: 3.02.02
  4.  
  5. include "Scripts\GLSettings\Default.ini";
  6.  
  7. if( iQualityIndex>2)    { iQualityIndex = 2; }
  8. if( sam_iVideoSetup==2) { iQualityIndex = iQualityIndex +1; }
  9. if( sam_iVideoSetup==0) { iQualityIndex = iQualityIndex -1; }
  10.  
  11. include "Scripts\GLSettings\RAM.ini";
  12.  
  13. ogl_bUseCompiledVertexArrays = 1; // don't enable it for particles (might crash) and world (severe slowdowns)
  14.  
  15.