00001 /** \page mrpt-opengl Library overview: mrpt-opengl00002 *00003
00004 <small> <a href="index.html#libs">Back to list of libraries</a> </small>00005 <br>00006
00007 <h2>mrpt-opengl</h2>00008 <hr>00009
00010
00011 This library includes several data classes that represent objects that can be 00012 inserted into a 3D scene, which can be then rendered or streamed to disk or whatever.00013
00014 A good starting point to explore this library is the base class for all the 00015 3D objects: mrpt::opengl::CRenderizable00016
00017 A 3D scene is represented by an object of the type mrpt::opengl::COpenGLScene, 00018 which in turn can contain one or several "viewports" in such a way that the 00019 rendering area is divided into several spaces, each displaying the same or different00020 objects. See the tutorial online: http://www.mrpt.org/Tutorial_3D_Scenes00021
00022
00023 See the full list of classes in mrpt::opengl.00024
00025
00026 */00027