Developer Documentation
ACG::SceneGraph::TextureRenderInfo Class Reference

Public Member Functions

 TextureRenderInfo (int _textureId, int _faceCount, int _startOffset)
 

Public Attributes

int textureId
 Id of the texture to be rendered. More...
 
int faceCount
 Number of faces in the render step for this texture. More...
 
int startOffset
 Start offset in the face buffer. More...
 

Detailed Description

Definition at line 104 of file StripProcessorT.hh.

Constructor & Destructor Documentation

◆ TextureRenderInfo()

ACG::SceneGraph::TextureRenderInfo::TextureRenderInfo ( int  _textureId,
int  _faceCount,
int  _startOffset 
)
inline

Definition at line 106 of file StripProcessorT.hh.

Member Data Documentation

◆ faceCount

int ACG::SceneGraph::TextureRenderInfo::faceCount

Number of faces in the render step for this texture.

Definition at line 115 of file StripProcessorT.hh.

◆ startOffset

int ACG::SceneGraph::TextureRenderInfo::startOffset

Start offset in the face buffer.

Definition at line 117 of file StripProcessorT.hh.

◆ textureId

int ACG::SceneGraph::TextureRenderInfo::textureId

Id of the texture to be rendered.

Definition at line 113 of file StripProcessorT.hh.


The documentation for this class was generated from the following file: