Author: JonNeal Date: 2008-01-25 20:44:58 +0000 (Fri, 25 Jan 2008) New Revision: 800
Modified: trunk/pysoy/examples/shapes.py Log: Fixed material name. Modified: trunk/pysoy/examples/shapes.py =================================================================== --- trunk/pysoy/examples/shapes.py 2008-01-25 07:55:39 UTC (rev 799) +++ trunk/pysoy/examples/shapes.py 2008-01-25 20:44:58 UTC (rev 800) @@ -11,7 +11,7 @@ lig = soy.bodies.lights.Light(sce) lig.position = (-10.0,10.0,2.0) pro = soy.widgets.Projector(win, camera=cam) -mat = soy.materials.Steel() +mat = soy.materials.StainlessSteel() key = soy.controllers.Keyboard(win) key['q'] = soy.actions.Quit() key[ 1 ] = soy.actions.Quit() # 9 = esc key _______________________________________________ PySoy-SVN mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-svn
