r5089 - in trunk: data/scripts data/textures/portals modelsource

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Nov 24 13:54:32 EST 2008


Author: m0rfar
Date: 2008-11-24 13:54:32 -0500 (Mon, 24 Nov 2008)
New Revision: 5089

Added:
   trunk/modelsource/portal_source.7z
Modified:
   trunk/data/scripts/portals.shader
   trunk/data/textures/portals/portals_blue.tga
   trunk/data/textures/portals/portals_blue_gloss.tga
   trunk/data/textures/portals/portals_blue_glow.tga
   trunk/data/textures/portals/portals_blue_norm.tga
   trunk/data/textures/portals/portals_red.tga
   trunk/data/textures/portals/portals_red_gloss.tga
   trunk/data/textures/portals/portals_red_glow.tga
   trunk/data/textures/portals/portals_red_norm.tga
Log:
Portal model source.
Added Nexuiz logo on portals. Requires gl_picmip 2 or better to see it (that's expected).
Minor vortex shader update.

Modified: trunk/data/scripts/portals.shader
===================================================================
--- trunk/data/scripts/portals.shader	2008-11-23 20:32:38 UTC (rev 5088)
+++ trunk/data/scripts/portals.shader	2008-11-24 18:54:32 UTC (rev 5089)
@@ -1,7 +1,7 @@
 portals_red_vortex
 {
 	cull none
-	deformVertexes wave 150.0 sin 2 0.5 0 2
+	deformVertexes wave 100 sin 1.5 0.6 0 1.5
 	{
 		map textures/portals/portals_red_vortex.tga
 		tcMod rotate 10
@@ -12,7 +12,7 @@
 portals_blue_vortex
 {
 	cull none
-	deformVertexes wave 150.0 sin 2 0.5 0 2
+	deformVertexes wave 100 sin 1.5 0.6 0 1.5
 	{
 		map textures/portals/portals_blue_vortex.tga
 		tcMod rotate 10
@@ -23,10 +23,10 @@
 portals_inactive_vortex
 {
 	cull none
-	deformVertexes wave 150.0 sin 2 0.5 0 2
+	deformVertexes wave 100 sin 1.5 0.6 0 1.5
 	{
 		map textures/portals/portals_inactive_vortex.tga
 		tcMod rotate 10
-		blendfunc blend
+		blendfunc blend
 	}
 }

Modified: trunk/data/textures/portals/portals_blue.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/portals/portals_blue_gloss.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/portals/portals_blue_glow.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/portals/portals_blue_norm.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/portals/portals_red.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/portals/portals_red_gloss.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/portals/portals_red_glow.tga
===================================================================
(Binary files differ)

Modified: trunk/data/textures/portals/portals_red_norm.tga
===================================================================
(Binary files differ)

Added: trunk/modelsource/portal_source.7z
===================================================================
(Binary files differ)


Property changes on: trunk/modelsource/portal_source.7z
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the nexuiz-commits mailing list