[Opal-commits] opal todo.txt,1.67,1.68
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-04 13:09:23
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1854 Modified Files: todo.txt Log Message: made the SpringMotor depend on the Solid's mass and inertia tensor; fixed bugs in SpringMotor; added to playpen sample app Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/todo.txt,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** todo.txt 3 Apr 2005 00:11:44 -0000 1.67 --- todo.txt 4 Apr 2005 13:09:12 -0000 1.68 *************** *** 28,31 **** --- 28,33 ---- * move samples to a separate module? + * within 'samples', make an 'ogre' directory? + * add 'sleeping' user prop to max exporter *************** *** 49,52 **** --- 51,57 ---- - do the same for trimeshes? + * check places where we don't have to iterate over every object + - have a list of solids that have forces applied and only update those per time step + * make trimeshes work - test basic functionality |