Author: ArcRiley
Date: 2008-01-14 02:08:25 +0000 (Mon, 14 Jan 2008)
New Revision: 776

Modified:
   trunk/pysoy/examples/blocks.py
Log:
make the black checks more striking with the new materials


Modified: trunk/pysoy/examples/blocks.py
===================================================================
--- trunk/pysoy/examples/blocks.py      2008-01-14 01:22:25 UTC (rev 775)
+++ trunk/pysoy/examples/blocks.py      2008-01-14 02:08:25 UTC (rev 776)
@@ -5,8 +5,8 @@
   def __init__(self, mycol) :
     black = soy.materials.Material()
     black.ambient.hex = '#000'
-    black.diffuse.hex = '#444'
-    black.specular.hex = '#888'
+    black.diffuse.hex = '#222'
+    black.specular.hex = '#222'
     black.shininess = 5.0
     Vert = VertexGroup(self)
 

_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to