![]() |
VR-Forces 4.0.4 Class Documentation
|
A Renderer which renders 2D lines with only a color. More...

Public Member Functions | |
| DtFlat2DLineRenderer (DtProjected2DLineEffect *effect) | |
| Constructor which takes the effect object the lines will be rendered with. | |
Protected Member Functions | |
| virtual void | bindVertexArrays (const DtLineVertex *vertexArray) |
| Bind the vertex arrays. | |
| virtual void | unbindVertexArrays () |
| Unbind the vertex arrays. | |
Protected Attributes | |
| DtProjected2DLineEffect * | myEffect |
A Renderer which renders 2D lines with only a color.
Constructor which takes the effect object the lines will be rendered with.
| virtual void makVrv::DtFlat2DLineRenderer::bindVertexArrays | ( | const DtLineVertex * | vertexArray | ) | [protected, virtual] |
Bind the vertex arrays.
Implements makVrv::DtFormatRenderer< DtLineVertex >.
| virtual void makVrv::DtFlat2DLineRenderer::unbindVertexArrays | ( | ) | [protected, virtual] |
Unbind the vertex arrays.
Implements makVrv::DtFormatRenderer< DtLineVertex >.
Reimplemented from makVrv::DtEffectRenderer< DtLineVertex >.