Revision: 7060
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7060&view=rev
Author:   natepak
Date:     2008-10-03 22:25:02 +0000 (Fri, 03 Oct 2008)

Log Message:
-----------
Added some textures

Modified Paths:
--------------
    code/gazebo/trunk/Media/materials/scripts/Gazebo.material

Added Paths:
-----------
    code/gazebo/trunk/Media/materials/textures/ceiling_tiled.jpg
    code/gazebo/trunk/Media/materials/textures/hardwood_floor.jpg
    code/gazebo/trunk/Media/materials/textures/map.png
    code/gazebo/trunk/Media/materials/textures/paintedWall.jpg
    code/gazebo/trunk/Media/materials/textures/rough_plaster.jpg
    code/gazebo/trunk/Media/materials/textures/willowMap.png

Modified: code/gazebo/trunk/Media/materials/scripts/Gazebo.material
===================================================================
--- code/gazebo/trunk/Media/materials/scripts/Gazebo.material   2008-10-03 
22:23:04 UTC (rev 7059)
+++ code/gazebo/trunk/Media/materials/scripts/Gazebo.material   2008-10-03 
22:25:02 UTC (rev 7060)
@@ -134,6 +134,23 @@
                {
                        ambient 1.000000 0.000000 0.000000 1.000000
                        diffuse 1.000000 0.000000 0.000000 1.000000
+                       specular 0.200000 0.000000 0.000000 1.000000 
+                       emissive 0.000000 0.000000 0.000000 1.000000
+      lighting on
+               }
+       }
+}
+
+material Gazebo/Green
+{
+       receive_shadows on
+
+       technique
+       {
+               pass
+               {
+                       ambient 0.000000 1.000000 0.000000 1.000000
+                       diffuse 0.000000 1.000000 0.000000 1.000000
                        specular 0.000000 0.000000 0.000000 1.000000 
                        emissive 0.000000 0.000000 0.000000 0.000000
       lighting on
@@ -210,6 +227,59 @@
        }
 }
 
+material Gazebo/WoodFloor
+{
+  receive_shadows on
+
+  technique
+  {
+    pass
+    {
+                       ambient 0.5 0.5 0.5 1.000000
+
+      texture_unit
+      {
+        texture hardwood_floor.jpg
+      }
+    }
+  }
+}
+
+material Gazebo/CeilingTiled
+{
+  receive_shadows on
+
+  technique
+  {
+    pass
+    {
+                       ambient 0.5 0.5 0.5 1.000000
+
+      texture_unit
+      {
+        texture ceiling_tiled.jpg
+      }
+    }
+  }
+}
+
+material Gazebo/PaintedWall
+{
+  receive_shadows on
+
+  technique
+  {
+    pass
+    {
+                       ambient 0.5 0.5 0.5 1.000000
+
+      texture_unit
+      {
+        texture paintedWall.jpg
+      }
+    }
+  }
+}
 material Gazebo/PioneerBody
 {
        receive_shadows on


Property changes on: 
code/gazebo/trunk/Media/materials/textures/ceiling_tiled.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


Property changes on: 
code/gazebo/trunk/Media/materials/textures/hardwood_floor.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


Property changes on: code/gazebo/trunk/Media/materials/textures/map.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


Property changes on: code/gazebo/trunk/Media/materials/textures/paintedWall.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


Property changes on: 
code/gazebo/trunk/Media/materials/textures/rough_plaster.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


Property changes on: code/gazebo/trunk/Media/materials/textures/willowMap.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to