Face Class Reference
Public Member Functions | |
Face (int firstVertex, int vertexCount, GLuint textureId, int pickId, GLuint pickTextureId, const QColor &color, int renderPass) | |
Public Attributes | |
QColor m_Color | |
int m_FirstVertex | |
int m_PickId | |
GLuint m_PickTextureId | |
int m_RenderPass | |
GLuint m_TextureId | |
int m_VertexCount | |
Constructor & Destructor Documentation
◆ Face()
Face::Face | ( | int | firstVertex, |
int | vertexCount, | ||
GLuint | textureId, | ||
int | pickId, | ||
GLuint | pickTextureId, | ||
const QColor & | color, | ||
int | renderPass | ||
) |
Member Data Documentation
◆ m_Color
QColor Face::m_Color |
◆ m_FirstVertex
int Face::m_FirstVertex |
◆ m_PickId
int Face::m_PickId |
◆ m_PickTextureId
GLuint Face::m_PickTextureId |
◆ m_RenderPass
int Face::m_RenderPass |
◆ m_TextureId
GLuint Face::m_TextureId |
◆ m_VertexCount
int Face::m_VertexCount |
The documentation for this class was generated from the following file:
- src/Gui/NaviCube.cpp