[Opal-commits] opal readme.txt,1.38,1.39 todo.txt,1.75,1.76
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-25 19:48:37
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4730 Modified Files: readme.txt todo.txt Log Message: minor changes Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/todo.txt,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** todo.txt 21 Apr 2005 17:04:50 -0000 1.75 --- todo.txt 25 Apr 2005 19:47:38 -0000 1.76 *************** *** 1,2 **** --- 1,7 ---- + For Version 0.3.1 + ================= + + * add .suo file to sample app since it encodes the "working directory" project setting + For Version 0.4.0 ================= *************** *** 4,7 **** --- 9,18 ---- * private constructors for opal-managed objects? + * handle blown frame cases (important especially for things like big towers of blocks that slow the simulation way down) + - desired frame rate (max dt)? + - partially complete frame; stop simulation early, resulting in a slow-motion look + - complete frame, resulting in a jerky frame rate + - Novodex: uses a max # of iterations per frame + * look into automatic shape generation from model files *************** *** 74,83 **** - shapes simply use a material name - * handle blown frame cases: - - desired frame rate (max dt)? - - partially complete frame; stop simulation early, resulting in a slow-motion look - - complete frame, resulting in a jerky frame rate - - Novodex: uses a max # of iterations per frame - * resize-shape function --- 85,88 ---- *************** *** 91,94 **** --- 96,103 ---- - this could even just be a bool passed to the instantiate function + * point intersections + - ODE already has this feature, so implementation is trivial + - either a sensor or just a solid function + Long-term Ideas =============== Index: readme.txt =================================================================== RCS file: /cvsroot/opal/opal/readme.txt,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** readme.txt 21 Apr 2005 17:04:50 -0000 1.38 --- readme.txt 25 Apr 2005 19:47:38 -0000 1.39 *************** *** 22,26 **** 1. A physics engine: at least one physics engine must be installed; see the OPAL website for a list of supported physics engines 2. SCons (and Python): Scons is required unless you want to use the Visual Studio projects; Scons requires Python ! 3. TinyXML (optional): headers and static library are required for OPAL's XML functions --- 22,26 ---- 1. A physics engine: at least one physics engine must be installed; see the OPAL website for a list of supported physics engines 2. SCons (and Python): Scons is required unless you want to use the Visual Studio projects; Scons requires Python ! 3. TinyXML (optional): headers and static library are required for OPAL's XML functions (a tinyxml SConstruct is provided in the 'tools' directory) |