Changes between Version 34 and Version 35 of WikiStart
- Timestamp:
- Apr 18, 2010, 11:26:57 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v34 v35 7 7 It is primarily developed to act as visual system on the research flight simulator at the Institute of Flight System Dynamics, TU München, but can be used with minimal adaption in other visualization purposes. [[br]] 8 8 osgVisual provides high level control functions for atmosphere, weather, daylight, dynamic object and lots of other aspects. It's interfaces for 2D and 3D drawing allow simple drawing of additional information into the scene or onto the screen. osgVisual supports multi channel on multi host projection and output distortion for projecting on curved screens.[[br]] 9 Because osgVisual is developed with the !OpenSceneGraph toolkit, the software can be easily extended or adapted with OpenGL or !OpenSceneGraph code. 9 Because osgVisual is developed with the !OpenSceneGraph toolkit, the software can be easily extended or adapted with OpenGL or !OpenSceneGraph code. [[br]] 10 Read [wiki:Architecture] and GettingStarted for further information. 10 11 11 12 {{{ … … 23 24 * SerializationNotes 24 25 * ExecuterNotes 25 * CameraControl26 26 * [wiki:"dataIO"]