[Opal-commits] opal todo.txt,1.61,1.62
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-28 22:33:16
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4923 Modified Files: todo.txt Log Message: renamed an "internal_" variable to make it not internal; specifically, renamed the reference string names used within Blueprints; these should be usable by the users, so they shouldn't be named "internal_" Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/todo.txt,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** todo.txt 25 Mar 2005 04:18:59 -0000 1.61 --- todo.txt 28 Mar 2005 22:33:08 -0000 1.62 *************** *** 2,10 **** ================= ! * incline/orientation sensor: measures current orientation relative to an initial orientation; returns 3 reals - add example to sensors tutorial * add license notice to samples' source files For Version 0.4.0 ================= --- 2,13 ---- ================= ! * incline/orientation sensor: takes a local rotation axis; measures the angle the Solid has moved around that local axis; returns a real value (angle in degrees) ! - doesn't use teh sensor's transform - add example to sensors tutorial * add license notice to samples' source files + * clean up samples + For Version 0.4.0 ================= |