r2828 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Oct 15 09:35:35 EDT 2007


Author: lordhavoc
Date: 2007-10-15 09:35:34 -0400 (Mon, 15 Oct 2007)
New Revision: 2828

Modified:
   trunk/data/scripts/water.shader
Log:
updated dp_refract/dp_reflect/dp_water settings


Modified: trunk/data/scripts/water.shader
===================================================================
--- trunk/data/scripts/water.shader	2007-10-13 07:28:19 UTC (rev 2827)
+++ trunk/data/scripts/water.shader	2007-10-15 13:35:34 UTC (rev 2828)
@@ -18,7 +18,7 @@
 		tcmod rotate 0.5
 		blendfunc blend
 	}
-	dp_refract 0.4 0.8 1
+	dp_water 0.4 0.8  1 1  1 1 1  1 1 1
 }
 
 textures/water/water1
@@ -39,7 +39,7 @@
 		tcmod rotate 0.5
 		blendfunc blend
 	}
-	dp_refract 0.4 0.8 1
+	dp_water 0.4 0.8  1 1  1 1 1  1 1 1
 }
 
 textures/water/water2
@@ -60,7 +60,7 @@
 		tcmod rotate 0.5
 		blendfunc blend
 	}
-	dp_refract 0.4 0.8 1
+	dp_water 0.4 0.8  1 1  1 1 1  1 1 1
 }
 
 textures/water/slime1
@@ -81,7 +81,7 @@
 		tcMod stretch sin 1 0.05 0.2 .0015
 		tcmod rotate 0.5
 	}
-	dp_reflect 0.5
+	dp_reflect 0.5  1 1 1 1
 }
 
 textures/water/slime2
@@ -103,5 +103,5 @@
 		tcmod rotate 0.5
 		blendfunc blend
 	}
-	dp_reflect 0.5
+	dp_reflect 0.5  1 1 1 1
 }




More information about the nexuiz-commits mailing list