|
Classes |
class | RenderLevelOfSupport |
| Internal class defining the level of support of the render (base processors) library. More...
|
class | RenderProcessor |
| The interface that a rendering processor implements. More...
|
class | RenderShape |
| A class representing a shape in the render state. More...
|
class | RenderState |
| Create a render state and then render it. More...
|
Typedefs |
typedef pointer::SmartPointer<
RenderProcessor > | RenderProcessorPtr |
typedef pointer::SmartPointer<
RenderShape > | RenderShapePtr |
typedef x3d::Vector< RenderShape, 256 > | RenderShapeVector |
typedef pointer::SmartPointer<
RenderState > | RenderStatePtr |
Functions |
x3d::LevelOfSupport * | GetRenderSupport () |
| The level of support of the Render processor.
|
Variables |
static x3d::Viewpoint | default_viewpoint |
| A default viewpoint in case the user does not define one.
|
RenderLevelOfSupport | render_support |
| The support levels offered by the X3D render library.
|