3Dlabs.cfg #1

  • //
  • guest/
  • samwise/
  • p4hl/
  • dist/
  • hw/
  • 3Dlabs.cfg
  • View
  • Commits
  • Open Download .zip Download (1 KB)
// Z buffer half range, but no clears (saves fill rate)
gl_ztrick 1
// Use overbright colored lighting (on/off)
gl_overbright 0
// Use monochromatic lighting
gl_monolights 1
// Turns on/off backface culling
gl_cull 1
// Smooth (gouraud) shading on models (on/off)
gl_smoothmodels 1
// No perspective correction on models if faster (on/off)
gl_affinemodels 0
// Screen flash effects (on/off)
gl_polyblend 1
// Dynamic lights drawn as additive circles instead of lightmaps (circles=1/lightmaps=0)
gl_flashblend 0
// Divide player skin size by 2^n (unsupported at this time)
gl_playermip 0
// Don't bind separately colored textures for players (unsupported) (on/off)
gl_nocolors 0
// Stochastically dither 24-bit images since the driver will truncate them to 565 (on/off)
gl_dither 1
// Use alpha blends on alpha-tested sprites to smooth out pixel-hole edges (on/off)
gl_spriteblend 1
// Amount of offset to apply to decals (0 disables)
gl_polyoffset 25
// Apply lightmaps to alpha tested surfaces with holes (on/off)
gl_lightholes 1
// Show the overdraw meter (3Dfx only)
gl_overdraw 0
// Keep collinear points added by QCSG/QBSP to fix T-junctions (on/off)
gl_keeptjunctions 1
// Paletted texture support doesn't seem to work on Permedia2 (has extension, but they show up white)?
gl_palette_tex 0
# Change User Description Committed
#2 937 Sam Stafford Renaming my guest directory to the more conventional
sam_stafford.
#1 936 Sam Stafford Adding P4HL to the public depot.
 See relnotes.txt for
installation instructions; all relevant files are under
p4hl/dist.

Source code is under p4hl/src in the form of a VC++ project.