Update of /cvsroot/opal/opal/samples/data/materials
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1764/samples/data/materials
Modified Files:
basic.material
Log Message:
minor changes; added stuff to sample app
Index: basic.material
===================================================================
RCS file: /cvsroot/opal/opal/samples/data/materials/basic.material,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** basic.material 4 Apr 2005 13:09:08 -0000 1.3
--- basic.material 6 Apr 2005 04:48:43 -0000 1.4
***************
*** 62,63 ****
--- 62,83 ----
}
}
+
+ material Special/Crosshair
+ {
+ receive_shadows off
+
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend colour_blend
+ depth_check off
+
+ texture_unit
+ {
+ texture crosshair.png
+ }
+ }
+ }
+ }
|