Author: ArcRiley
Date: 2008-01-06 02:15:22 +0000 (Sun, 06 Jan 2008)
New Revision: 756

Modified:
   trunk/pysoy/src/materials/S.pxi
Log:
Adding basic pydoc


Modified: trunk/pysoy/src/materials/S.pxi
===================================================================
--- trunk/pysoy/src/materials/S.pxi     2008-01-05 04:42:55 UTC (rev 755)
+++ trunk/pysoy/src/materials/S.pxi     2008-01-06 02:15:22 UTC (rev 756)
@@ -18,8 +18,11 @@
 # $Id$
 
 cdef class Steel (Material) :
+  '''PySoy materials.Steel
+
+     This default material is intended to look like hard steel.
+  '''
   def __init__(self) :
     self.ambient = soy.colors.Silver()
     self.diffuse = soy.colors.Silver()
     self.specular = soy.colors.Purple()
-    #self.shininess = 0.25

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

Reply via email to