[Opal-commits] opal/samples readme.txt,NONE,1.1 todo.txt,NONE,1.1
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-18 22:21:19
|
Update of /cvsroot/opal/opal/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32731/samples Added Files: readme.txt todo.txt Log Message: made destructor protected for objects instantiated by OPAL; cleaned up a lot of things to prepare for 0.3.0 release --- NEW FILE: todo.txt --- For Version 0.3.0 ================= * 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 --- NEW FILE: readme.txt --- OPAL Sample Applications These applications demonstrate some of OPAL's features. They use the Ogre rendering engine (www.ogre3d.org) for all the graphics. Each application comes with a vc71 project for win32 and an SConstruct for all platforms. To build these samples, you will need Ogre 1.0.1 or later installed. A template OPAL-Ogre application has been provided in the TemplateApp.cpp file. ------------------------------------ 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. |