|
Developer Documentation
|
Public Member Functions | |
| TextureRenderInfo (int _textureId, int _faceCount, int _startOffset) | |
Public Attributes | |
| int | textureId |
| Id of the texture to be rendered. | |
| int | faceCount |
| Number of faces in the render step for this texture. | |
| int | startOffset |
| Start offset in the face buffer. | |
Definition at line 104 of file StripProcessorT.hh.
|
inline |
Definition at line 106 of file StripProcessorT.hh.
| int ACG::SceneGraph::TextureRenderInfo::faceCount |
Number of faces in the render step for this texture.
Definition at line 115 of file StripProcessorT.hh.
| int ACG::SceneGraph::TextureRenderInfo::startOffset |
Start offset in the face buffer.
Definition at line 117 of file StripProcessorT.hh.
| int ACG::SceneGraph::TextureRenderInfo::textureId |
Id of the texture to be rendered.
Definition at line 113 of file StripProcessorT.hh.