Author: ArcRiley Date: 2007-07-07 23:26:31 -0400 (Sat, 07 Jul 2007) New Revision: 411
Modified: trunk/pysoy/tests/tex_pyramid.py Log: quick test Modified: trunk/pysoy/tests/tex_pyramid.py =================================================================== --- trunk/pysoy/tests/tex_pyramid.py 2007-07-08 03:25:36 UTC (rev 410) +++ trunk/pysoy/tests/tex_pyramid.py 2007-07-08 03:26:31 UTC (rev 411) @@ -31,6 +31,8 @@ ca2 = soy.widgets.Canvas(sty, texture=face) pyr = soy.bodies.Pyramid(sce, luma) pyr.rotation = (1.0, 1.0, 0.0) +sleep(1) +pyr.verts[0].position = (0,2,0) if __name__ == '__main__' : while True: _______________________________________________ PySoy-SVN mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-svn
