OpenSceneGraph/doc/Doxyfiles/auto_Mainpage

27 lines
972 B
Plaintext
Raw Normal View History

/**
2002-07-19 22:52:44 +08:00
\mainpage
2004-11-27 00:00:40 +08:00
The <a href="http://www.openscenegraph.org/">OpenSceneGraph</a> exists
2002-07-19 22:52:44 +08:00
as a number of modules, each sitting in its own library, enclosed within
its own namespace.
At the very core lies the osg library. This contains the Open Scene
Graph's central classes and, at the bare minimum, it is all users need
2004-11-27 00:00:40 +08:00
to write an OpenSceneGraph program. Its only requirements are
<a href="http://www.research.att.com/~bs/">Standard C++</a> and
<a href="http://www.opengl.org/">OpenGL</a> and OpenThreads.
2002-07-19 22:52:44 +08:00
Around and alongside this sit other supporting libraries, such as osgUtil
(containing visitors for app traversals, cull traversals, scene graph
optimizers and so on), osgDB (for handling plug-ins, shared library loading
and the like), osgText, osgParticle, etc. A full list can be seen by clicking
on the Namespace List link above.
Tarballs of this documentation may be downloaded from
2004-11-27 04:46:55 +08:00
<a href="http://www.openscenegraph.org/downloads/doc/">here</a>.
2002-07-19 22:52:44 +08:00
Enjoy!
*/