[Opal-commits] opal/scripts/kdevelop/debug/testing ball.xml,NONE,1.1
Status: Inactive
Brought to you by:
tylerstreeter
From: Olex <ole...@us...> - 2005-12-09 18:01:50
|
Update of /cvsroot/opal/opal/scripts/kdevelop/debug/testing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29772/scripts/kdevelop/debug/testing Added Files: ball.xml Log Message: Test files. --- NEW FILE: ball.xml --- <?xml version = '1.0'?> <OpalBlueprint> <Solid> <Name value="ball" /> <Enabled value="true" /> <Static value="false" /> <Sleeping value="false" /> <Sleepiness value="0.5" /> <LinearDamping value="0.0" /> <AngularDamping value="0.15" /> <LinearVelocity x="0.0" y="0.0" z="0.0" /> <AngularVelocity x="0.0" y="0.0" z="0.0" /> <Shape type="sphere" > <Dimensions radius="0.45" /> <Material density="0.5" friction="1" bounciness="0" hardness="1" /> </Shape> </Solid> </OpalBlueprint> |