Update of /cvsroot/opal/opal/samples/data/materials
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1854/samples/data/materials
Modified Files:
basic.material
Log Message:
made the SpringMotor depend on the Solid's mass and inertia tensor; fixed bugs in SpringMotor; added to playpen sample app
Index: basic.material
===================================================================
RCS file: /cvsroot/opal/opal/samples/data/materials/basic.material,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** basic.material 1 Apr 2005 23:13:48 -0000 1.2
--- basic.material 4 Apr 2005 13:09:08 -0000 1.3
***************
*** 31,34 ****
--- 31,50 ----
}
+ material Plastic/Orange
+ {
+ receive_shadows on
+
+ technique
+ {
+ pass
+ {
+ ambient 1 0.4 0
+ diffuse 1 0.4 0
+ specular 0.2 0.2 0.2 50
+ emissive 0 0 0
+ }
+ }
+ }
+
material Plastic/Gray
{
|