Revision: 7958
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7958&view=rev
Author:   natepak
Date:     2009-07-08 18:29:17 +0000 (Wed, 08 Jul 2009)

Log Message:
-----------
Added Ambient GLSL programs

Added Paths:
-----------
    code/gazebo/trunk/Media/materials/programs/Ambient.frag
    code/gazebo/trunk/Media/materials/programs/Ambient.vert

Added: code/gazebo/trunk/Media/materials/programs/Ambient.frag
===================================================================
--- code/gazebo/trunk/Media/materials/programs/Ambient.frag                     
        (rev 0)
+++ code/gazebo/trunk/Media/materials/programs/Ambient.frag     2009-07-08 
18:29:17 UTC (rev 7958)
@@ -0,0 +1,4 @@
+void main()
+{
+  gl_FragColor = vec4(0.0, 1.0, 0.0, 1.0);
+}

Added: code/gazebo/trunk/Media/materials/programs/Ambient.vert
===================================================================
--- code/gazebo/trunk/Media/materials/programs/Ambient.vert                     
        (rev 0)
+++ code/gazebo/trunk/Media/materials/programs/Ambient.vert     2009-07-08 
18:29:17 UTC (rev 7958)
@@ -0,0 +1,7 @@
+
+void main()
+{
+       gl_Position = ftransform();
+       //gl_TexCoord[0] = gl_MultiTexCoord0;
+       gl_FrontColor = gl_Color;
+}


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to