Author: DavidCzech Date: 2008-05-24 19:09:52 -0400 (Sat, 24 May 2008) New Revision: 1301
Added: trunk/pysoy/examples/LandScape.py Log: Ticket #929: Example added for basic testing Added: trunk/pysoy/examples/LandScape.py =================================================================== --- trunk/pysoy/examples/LandScape.py (rev 0) +++ trunk/pysoy/examples/LandScape.py 2008-05-24 23:09:52 UTC (rev 1301) @@ -0,0 +1,13 @@ +#!/usr/bin/env python +#LandScape Example +import soy +from time import sleep + +heightTex = soy.transports.File('media/heightmap.soy')['gimp'] + +heightMap = soy.scenes.landscape(heightTex) + +if __name__ == "__main__": + #mainloop goes here + while 1: + sleep(0.1) \ No newline at end of file _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn