← Back to team overview

yade-dev team mailing list archive

[svn] r1774 - trunk/scripts/test

 

Author: eudoxos
Date: 2009-05-23 12:29:03 +0200 (Sat, 23 May 2009)
New Revision: 1774

Added:
   trunk/scripts/test/regular-sphere-pack.py
Log:
Forgotten showcase.


Added: trunk/scripts/test/regular-sphere-pack.py
===================================================================
--- trunk/scripts/test/regular-sphere-pack.py	2009-05-23 10:26:22 UTC (rev 1773)
+++ trunk/scripts/test/regular-sphere-pack.py	2009-05-23 10:29:03 UTC (rev 1774)
@@ -0,0 +1,3 @@
+O.bodies.append(utils.regularSphereOrthoPack([0,0,0],extents=[2,2,2],radius=.1,gap=.1,color=(1,0,1)))
+O.bodies.append(utils.regularSphereOrthoPack([0,0,4],extents=2,radius=.1,gap=.1,color=(0,1,0)))
+