[Opal-commits] opal todo.txt,1.55,1.56
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-21 04:29:15
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15060 Modified Files: todo.txt Log Message: added a PostStepEventHandler that gets notified at the end of every simulation step Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/todo.txt,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** todo.txt 14 Mar 2005 05:18:28 -0000 1.55 --- todo.txt 21 Mar 2005 04:29:06 -0000 1.56 *************** *** 2,8 **** --- 2,15 ---- ================= + * add license notice to samples' source files + + * spring motor + - add an option to apply the force at a place other than the solid's center of mass; this will allow the 'picking' demo to attach a spring motor exactly where the user clicks on an object + * additional sensors - incline/orientation relative to an initial orientation + * ray and volume sensors should use contact groups? ray needs a group parameter; volume sensor just uses the volume solid's group + * finish implementing accel and vel sensors |