[Opal-commits] opal todo.txt,1.70,1.71
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-08 20:46:10
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23067 Modified Files: todo.txt Log Message: added a fix to make solid and joint destruction (even more) safe during event handling Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/todo.txt,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** todo.txt 6 Apr 2005 04:48:45 -0000 1.70 --- todo.txt 8 Apr 2005 20:46:01 -0000 1.71 *************** *** 105,108 **** --- 105,110 ---- ============== + * interpolate position/orientation of solids using leftover dt + * given that the physics engine is known at compile time, just set the opal::real to the physics engine's real value (e.g. ODE's dReal) |