Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
Go to the source code of this file.
Classes | |
class | irr::scene::CMeshBuffer< T > |
Template implementation of the IMeshBuffer interface. More... |
Namespaces | |
namespace | irr |
Everything in the Irrlicht Engine can be found in this namespace. | |
namespace | irr::scene |
All scene management can be found in this namespace: Mesh loading, special scene nodes like octrees and billboards, ... |
Typedefs | |
typedef CMeshBuffer < video::S3DVertex > | irr::scene::SMeshBuffer |
Standard meshbuffer. | |
typedef CMeshBuffer < video::S3DVertex2TCoords > | irr::scene::SMeshBufferLightMap |
Meshbuffer with two texture coords per vertex, e.g. for lightmaps. | |
typedef CMeshBuffer < video::S3DVertexTangents > | irr::scene::SMeshBufferTangents |
Meshbuffer with vertices having tangents stored, e.g. for normal mapping. |
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Mon May 6 2013 07:46:00 by Doxygen
(1.8.1.2) |