[Opal-commits] opal changelog.txt,1.34,1.35 todo.txt,1.86,1.87
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-07-21 15:59:46
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21343 Modified Files: changelog.txt todo.txt Log Message: Added 'getLocalAABB' function to ShapeData. Added 'getLocalAABB' and 'getGlobalAABB' functions to Solid. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** changelog.txt 19 Jul 2005 17:53:28 -0000 1.34 --- changelog.txt 21 Jul 2005 15:59:00 -0000 1.35 *************** *** 15,19 **** ------------------------------------------ ! * 7-19-05: Performance improvement, especially for simulations with a lot of sleeping Solids. (In Simulator::simulate(), we were previously copying an updated transform matrix for each dynamic Solid every time step. Now we only perform this operation for dynamic, awake Solids.) * 7-19-05: Cleaned up more Visual Studio warnings in Matrix44r::getQuaternion(). (Tyler Streeter) --- 15,21 ---- ------------------------------------------ ! * 7-21-05: Added 'getLocalAABB' function to ShapeData. Added 'getLocalAABB' and 'getGlobalAABB' functions to Solid. (Tyler Streeter) ! ! * 7-19-05: Performance improvement, especially for simulations with a lot of sleeping Solids. (In Simulator::simulate(), we were previously copying an updated transform matrix for each dynamic Solid every time step. Now we only perform this operation for dynamic, awake Solids.) (Tyler Streeter) * 7-19-05: Cleaned up more Visual Studio warnings in Matrix44r::getQuaternion(). (Tyler Streeter) Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/todo.txt,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** todo.txt 19 Jul 2005 17:53:28 -0000 1.86 --- todo.txt 21 Jul 2005 15:59:00 -0000 1.87 *************** *** 17,20 **** --- 17,25 ---- - people can then do this: opal::defaults::motor::enabled = false; ... to affect all future motor creation + * remove plane from shapes; just make it a special object? + - need a separate Plane tag in xml + + * store meshes (at least references) in xml? + For Version 0.4.0 ================= *************** *** 30,37 **** * look into automatic shape generation from model files - * remove plane from shapes; just make it a special object? - - it isn't really something you would store in a blueprint - - 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 --- 35,38 ---- |