[Opal-commits] opal/samples readme.txt,1.1,1.2 todo.txt,1.1,1.2
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-20 03:59:43
|
Update of /cvsroot/opal/opal/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25347/samples Modified Files: readme.txt todo.txt Log Message: fixed bug in ogre sample; now model normals are unaffected by scaling Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/samples/todo.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** todo.txt 18 Apr 2005 22:21:07 -0000 1.1 --- todo.txt 20 Apr 2005 03:59:35 -0000 1.2 *************** *** 2,9 **** ================= ! * add license to all source files ! * fix Ogre problems where graphics look ugly when not running from within Visual Studio ! - maybe exporting normals with model files would help ! * test Playpen on linux \ No newline at end of file --- 2,17 ---- ================= ! * replace mesh files with low poly versions ! For Version 0.4.0 ! ================= ! * fix problem where picking a still object sometimes causes it to move slightly initially ! - maybe look for problems in SpringMotor ! ! New Sample App Ideas ! ==================== ! ! * vehicle and terrain ! ! * ragdoll launched out of a canon? \ No newline at end of file Index: readme.txt =================================================================== RCS file: /cvsroot/opal/opal/samples/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 18 Apr 2005 22:21:07 -0000 1.1 --- readme.txt 20 Apr 2005 03:59:34 -0000 1.2 *************** *** 6,9 **** Available applications: ------------------------------------ ! Playpen - An arena where objects can be created and manipulated. Uses a Raycast Sensor and Spring Motor to allow the user to pick and move any dynamic object in the scene. Use arrow keys to move the camera, 1-9 to create objects, 'r' to reset the scene, and 'h' to toggle shadows. --- 6,12 ---- Available applications: ------------------------------------ ! ! Playpen ! ------- ! An arena where objects can be created and manipulated. Uses a Raycast Sensor and Spring Motor to allow the user to pick and move any dynamic object in the scene. Click and drag the left mouse button to move objects, arrow or 'wasd' keys to move the camera, 1-9 to create objects, 'r' to reset the scene, 'h' to toggle shadows, and 'l' to toggle a second light source. |