r5741 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Feb 4 05:23:17 EST 2009


Author: div0
Date: 2009-02-04 05:23:14 -0500 (Wed, 04 Feb 2009)
New Revision: 5741

Modified:
   trunk/data/qcsrc/client/Main.qc
Log:
shot org adjuster: alpha is good for the current model


Modified: trunk/data/qcsrc/client/Main.qc
===================================================================
--- trunk/data/qcsrc/client/Main.qc	2009-02-04 10:15:39 UTC (rev 5740)
+++ trunk/data/qcsrc/client/Main.qc	2009-02-04 10:23:14 UTC (rev 5741)
@@ -373,7 +373,8 @@
 	debug_shotorg.effects = EF_FULLBRIGHT;
 	precache_model("models/shotorg_adjuster.md3");
 	setmodel(debug_shotorg, "models/shotorg_adjuster.md3");
-	debug_shotorg.scale = 4;
+	debug_shotorg.scale = 3;
+	debug_shotorg.alpha = 0.8;
 	debug_shotorg.view_ofs = '25 8 -8';
 }
 




More information about the nexuiz-commits mailing list