Update of /cvsroot/opal/opal
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11795
Modified Files:
todo.txt
Log Message:
added contact groups; added separate event handlers for collisions and joint break events; commented out mass ratio stuff
Index: todo.txt
===================================================================
RCS file: /cvsroot/opal/opal/todo.txt,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** todo.txt 5 Mar 2005 21:26:23 -0000 1.50
--- todo.txt 8 Mar 2005 16:10:25 -0000 1.51
***************
*** 2,9 ****
=================
- * remove ray and plane from the usual set of shapes?
- - Simulator::createPlane; this might cause problems since the plane needs Material, collision group, etc.
- - ray is just used for raycasting anyway, it'll be used in the raycast sensor
-
* look at scons dylib-building problem on os x
--- 2,5 ----
***************
*** 66,69 ****
--- 62,66 ----
* look at (and maybe remove) mass ratio stuff
- there may be a problem when you have a tiny object between two massive objects; one massive object should affect the other but can't
+ - removing this also may fix the problem where a huge object dropped on a tiny object traps the smaller one underneath; the small one constantly wriggles around, but the large one doesn't move.
* should all modes with multiple options (e.g. spring motor, accel sensor) take bit flags?
|