#include "macros.h"
Include dependency graph for renderer.h:
This graph shows which files directly or indirectly include this file:
Namespaces |
|
namespace | mudbox |
Classes |
|
class | mudbox::MeshRenderer |
This is the base class for a renderer
implementation, which transforms a mesh into the opengl pipeline.
More... |
|
class | mudbox::VertexDataProvider |
This interface can be used to provide
additional vertex data for the rendering. More... |
|
struct | mudbox::VertexDataProvider::ComponentDescription |
This structure carries information about a
component.
More... |
|
struct | mudbox::VertexDataProvider::DirtyVertex |
This structure describes a dirty vertex.
More... |