Update of /cvsroot/simspark/simspark/simulations/parts/rsg/boxspheres
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5872
Modified Files:
Tag: WIN32
arena.rsg
Log Message:
- fixed baseplane collider setup
Index: arena.rsg
===================================================================
RCS file: /cvsroot/simspark/simspark/simulations/parts/rsg/boxspheres/arena.rsg,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** arena.rsg 1 Apr 2007 15:30:36 -0000 1.1.2.1
--- arena.rsg 15 Apr 2007 15:17:25 -0000 1.1.2.2
***************
*** 28,36 ****
(setLocalPos 0 0 -1)
(node Box
(setMaterial matGreen)
(setExtents 100 100 4)
)
(node PlaneCollider
! (setParams 0 0 1.0 0)
(node ContactJointHandler
(setContactBounceMode false)
--- 28,37 ----
(setLocalPos 0 0 -1)
(node Box
+ (setName basePlane)
(setMaterial matGreen)
(setExtents 100 100 4)
)
(node PlaneCollider
! (setParams 0 0 1.0 1)
(node ContactJointHandler
(setContactBounceMode false)
***************
*** 43,46 ****
--- 44,48 ----
(setLocalPos -50 0 10)
(node Box
+ (setName leftSide)
(setMaterial matWhite)
(setExtents 1 100 20)
***************
*** 55,58 ****
--- 57,61 ----
(setLocalPos 0 50 10)
(node Box
+ (setName backSide)
(setMaterial matGrey)
(setExtents 100 1 20)
***************
*** 67,71 ****
(setLocalPos 50 0 10)
(node Box
! (setMaterial matWhite)
(setExtents 1 100 20)
)
--- 70,75 ----
(setLocalPos 50 0 10)
(node Box
! (setName rightSide)
! (setMaterial matWhite)
(setExtents 1 100 20)
)
***************
*** 79,82 ****
--- 83,87 ----
(setLocalPos 0 -50 10)
(node Box
+ (setName frontSide)
(setMaterial matGrey)
(setExtents 100 1 20)
|