|
From: Markus R. <rol...@us...> - 2007-02-22 16:06:06
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16868 Modified Files: Tag: WIN32 constants.cpp Log Message: - set SIM_SIMSTEP to 0.002 to match rcssserver3d/simspark behavior (with the changd CFM it is now stable) Index: constants.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/Attic/constants.cpp,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** constants.cpp 21 Feb 2007 20:11:34 -0000 1.1.2.1 --- constants.cpp 22 Feb 2007 16:06:01 -0000 1.1.2.2 *************** *** 21,24 **** //! default simulation stepping [sec] ! const float SIM_SIMSTEP = 0.015f; --- 21,24 ---- //! default simulation stepping [sec] ! const float SIM_SIMSTEP = 0.02f; |