[Opal-commits] opal/samples readme.txt,1.3,1.4 todo.txt,1.5,1.6
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-06-24 23:38:20
|
Update of /cvsroot/opal/opal/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7464/samples Modified Files: readme.txt todo.txt Log Message: Added 'simple' sample app. Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/samples/todo.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** todo.txt 25 Apr 2005 19:47:40 -0000 1.5 --- todo.txt 24 Jun 2005 23:38:07 -0000 1.6 *************** *** 2,7 **** ================= - * add a 'simple' app that just shows the bare minimum setup - * 'mouse trap arena' app --- 2,5 ---- Index: readme.txt =================================================================== RCS file: /cvsroot/opal/opal/samples/readme.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** readme.txt 2 May 2005 16:40:58 -0000 1.3 --- readme.txt 24 Jun 2005 23:38:07 -0000 1.4 *************** *** 11,14 **** 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. ! * Uses the Ogre rendering engine (www.ogre3d.org) for graphics. Requires Ogre 1.0.1 or later. \ No newline at end of file --- 11,20 ---- 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. + Simple** + ------- + An extremely simple example for beginners. ! ! * Uses the Ogre rendering engine (www.ogre3d.org) for graphics. Requires version 1.0.1 or later. ! ! ** Uses SDL (www.libsdl.org) for input handling and window management. Requires version 1.2.7 or later. \ No newline at end of file |