![]() |
CamSim
0.0.0
A rasterization-based simulator for various types of cameras
|
Public Member Functions | |
| Shape () | |
| Constructor. More... | |
Public Attributes | |
| unsigned int | materialIndex |
| Index of the material description for this shape; see global Scene data. More... | |
| unsigned int | vao |
| Vertex array object containing the vertex data for this shape. More... | |
| unsigned int | indices |
| Number of indices to render in GL_TRIANGLES mode. More... | |
The Shape class.
Describes a geometric shape suitable for OpenGL-based rendering
| CamSim::Shape::Shape | ( | ) |
Constructor.
| unsigned int CamSim::Shape::indices |
Number of indices to render in GL_TRIANGLES mode.
| unsigned int CamSim::Shape::materialIndex |
Index of the material description for this shape; see global Scene data.
| unsigned int CamSim::Shape::vao |
Vertex array object containing the vertex data for this shape.
1.8.16