Update of /cvsroot/simspark/simspark/simulations/parts/rsg
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30104
Added Files:
Tag: WIN32
boxspheres.rb jointtest.rb
Log Message:
- added simulation specific startup script for rsgedit
--- NEW FILE: boxspheres.rb ---
# create an arena to test simple boxes and spheres
scene = get($scenePath)
scene.importScene('rsg/boxspheres/simspark.rsg')
--- NEW FILE: jointtest.rb ---
# create an arena to test various joint bodies
scene = get($scenePath)
scene.importScene('rsg/jointtest/simspark.rsg')
|