Guest
Public paste!

Nirrti

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 0.77 KB | Hits: 13 | Expires: Never
Copy text to clipboard
  1. "Refract"
  2. {
  3.  
  4.         "$model" 1
  5.         "$refractamount" "0.2"
  6.         "$bluramount" "0"
  7.         "$REFRACTTINT" "{215 215 225}"
  8.         "$scale" "[4 4]"
  9.         "$dudvmap" "dev/water_dudv"
  10.         "$normalmap" "dev/water_normal"
  11.         "$dudvframe" "0"
  12.         "$bumpframe" "0"
  13.         "$reflectentities" "1"
  14.         "$forceexpensive" "0.1"
  15.         "$halflambert" 1
  16.         "$nodecal" "1"
  17.         "$nocull" 1
  18.  
  19.         "$phong" "1"
  20.         "$phongexponent" "8"
  21.         "$phongboost"   "6"
  22.         "$phongfresnelranges"   "[0.05 0.5 1]"
  23.         "$phongalbedotint" "1"
  24.  
  25. "Proxies"
  26.         {
  27.                 "AnimatedTexture"
  28.                 {
  29.                         "animatedtexturevar" "$dudvmap"
  30.                         "animatedtextureframenumvar" "$dudvframe"
  31.                         "animatedtextureframerate" 30.00
  32.                 }
  33.  
  34.                 "AnimatedTexture"
  35.                 {
  36.                         "animatedtexturevar" "$normalmap"
  37.                         "animatedtextureframenumvar" "$bumpframe"
  38.                         "animatedtextureframerate" 30.00
  39.                 }      
  40.         }
  41. }