Author: DavidCzech Date: 2008-01-02 04:42:18 +0000 (Wed, 02 Jan 2008) New Revision: 708
Modified: trunk/pysoy/tests/pyramid.py Log: __main__test Modified: trunk/pysoy/tests/pyramid.py =================================================================== --- trunk/pysoy/tests/pyramid.py 2008-01-02 04:40:13 UTC (rev 707) +++ trunk/pysoy/tests/pyramid.py 2008-01-02 04:42:18 UTC (rev 708) @@ -29,4 +29,7 @@ cam.position = (0.0, 0.0, 5.0) lig = soy.bodies.lights.Light(sce) lig.position = (-10.0,10.0,2.0) - pro = soy.widgets.Projector(win, camera=cam) \ No newline at end of file + pro = soy.widgets.Projector(win, camera=cam) +while 1: + sleep(1) + body.rotation = (1,0,0) \ No newline at end of file _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn