From: Charles L. <cn...@us...> - 2010-09-12 02:00:04
|
Update of /cvsroot/hgengine/Mercury/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv2650/src Modified Files: MercuryODE.cpp Log Message: fix - initialized depth. This way we can /cheat/ on the other end. Index: MercuryODE.cpp =================================================================== RCS file: /cvsroot/hgengine/Mercury/src/MercuryODE.cpp,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** MercuryODE.cpp 13 Feb 2009 07:22:57 -0000 1.103 --- MercuryODE.cpp 12 Sep 2010 01:59:56 -0000 1.104 *************** *** 694,697 **** --- 694,698 ---- contact[i].surface.mu2 = 20000; contact[i].surface.bounce = 0.1; + contact[i].geom.depth = -1; } |