home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / tam_surum / Astronoid-v1.2.0.exe / $OUTDIR / data / scripts / shaders / terraincm.tcl < prev    next >
Encoding:
Text File  |  2006-03-01  |  602 b   |  22 lines

  1. source data/scripts/shaders/terrain.tcl
  2.  
  3.     .setrenderpri 0
  4.     .setnumstages 1
  5.     .setcolorop 0 "mul tex const"
  6.     .setconst   0 1 1 1 1
  7.     .begintunit 0
  8.     .setaddress "clamp" "clamp"
  9.     .setminmagfilter "linear_mipmap_linear" "linear_mipmap_linear"
  10.     .settexcoordsrc "uv0"
  11.     .setenabletransform false
  12.     .endtunit
  13.     .setlightenable false
  14.     .setalphaenable false
  15.     .setzwriteenable true
  16.     .setfogenable true
  17.     .setalphablend "srcalpha" "invsrcalpha"
  18.     .setzfunc "lessequal"
  19.     .setcullmode "cw"
  20.     .setcolormaterial "material"
  21.     #.setwireframe true
  22.