|
Rendu
A lightweight rendering engine for experimentations
|
Public Attributes | |
| BoundingBox | box |
| The triangle axis-aligned bounding box. | |
| unsigned long | v0 = 0 |
| First vertex index. | |
| unsigned long | v1 = 0 |
| Second vertex index. | |
| unsigned long | v2 = 0 |
| Third vertex index. | |
| unsigned long | localId = 0 |
| Position of the triangle first vertex in the mesh initial index buffer. | |
| unsigned int | meshId = 0 |
| Index of the mesh this triangle belongs to. | |
Internal triangle representation.