![]() |
VR-Forces 4.3 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. | |
Public Member Functions inherited from makVrv::DtEffectRenderer< DtLineVertex > | |
| DtEffectRenderer (DtEffect *effect) | |
| virtual | ~DtEffectRenderer () |
Public Member Functions inherited from makVrv::DtFormatRenderer< DtLineVertex > | |
| void | drawArrays (unsigned int vertexCount, const DtLineVertex *vertexArray, unsigned int index, unsigned int count) |
| void | drawArrays (unsigned int vertexCount, unsigned int vbo, unsigned int index, unsigned int count) |
| void | drawElements (unsigned int vertexCount, const DtLineVertex *vertexArray, const unsigned int *indicies, unsigned int count) |
| void | drawElements (unsigned int vertexCount, unsigned int vbo, unsigned int ibo, unsigned int count) |
Protected Member Functions | |
| virtual void | bindVertexArrays (const DtLineVertex *vertexArray) |
| Bind the vertex arrays. | |
| virtual void | unbindVertexArrays () |
| Unbind the vertex arrays. | |
Protected Attributes | |
| DtProjected2DLineEffect * | myEffect |
Protected Attributes inherited from makVrv::DtEffectRenderer< DtLineVertex > | |
| DtEffect * | myEffect |
Additional Inherited Members | |
Static Public Member Functions inherited from makVrv::DtEffectRenderer< DtLineVertex > | |
| static DtEffect::VaryingAttributeAddress | VaryingAttribute (const DtLineVertex *base, const MemberType DtLineVertex::*member) |
A Renderer which renders 2D lines with only a color.
| makVrv::DtFlat2DLineRenderer::DtFlat2DLineRenderer | ( | DtProjected2DLineEffect * | effect | ) |
Constructor which takes the effect object the lines will be rendered with.
|
protectedvirtual |
Bind the vertex arrays.
Implements makVrv::DtFormatRenderer< DtLineVertex >.
|
protectedvirtual |
Unbind the vertex arrays.
Implements makVrv::DtFormatRenderer< DtLineVertex >.
|
protected |