Update of /cvsroot/simspark/simspark/simulations/parts/rsg/boxspheres
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7444/boxspheres
Modified Files:
Tag: WIN32
box.rsg sphere.rsg
Log Message:
- sync with rcssserver3d CVS
Index: box.rsg
===================================================================
RCS file: /cvsroot/simspark/simspark/simulations/parts/rsg/boxspheres/box.rsg,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** box.rsg 24 Feb 2006 12:04:14 -0000 1.1
--- box.rsg 18 Feb 2007 13:21:02 -0000 1.1.2.1
***************
*** 27,34 ****
(setContactSoftERPMode true)
! (setContactSoftERP 0.5)
(setContactSoftCFM true)
! (setContactSoftCFM 0.3)
)
--- 27,34 ----
(setContactSoftERPMode true)
! (setContactSoftERP 0.2)
(setContactSoftCFM true)
! (setContactSoftCFM 0.01)
)
Index: sphere.rsg
===================================================================
RCS file: /cvsroot/simspark/simspark/simulations/parts/rsg/boxspheres/sphere.rsg,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** sphere.rsg 24 Feb 2006 12:04:14 -0000 1.1
--- sphere.rsg 18 Feb 2007 13:21:02 -0000 1.1.2.1
***************
*** 14,20 ****
(setSphere $density $radius)
(node DragController
! (setAngularDrag 0.01)
(setLinearDrag 0.01)
! )
)
--- 14,20 ----
(setSphere $density $radius)
(node DragController
! (setAngularDrag 0.01)
(setLinearDrag 0.01)
! )
)
***************
*** 29,36 ****
(setContactSoftERPMode true)
! (setContactSoftERP 0.5)
(setContactSoftCFM true)
! (setContactSoftCFM 0.3)
)
)
--- 29,36 ----
(setContactSoftERPMode true)
! (setContactSoftERP 0.2)
(setContactSoftCFM true)
! (setContactSoftCFM 0.01)
)
)
|