|
Saga
Saga Game Engine
|
Data on a single triangles in the structure. More...
#include <bvh.h>
Public Attributes | |
| glm::vec3 | triangle [3] |
| coordinates of the triangle, in CCW order. | |
| Entity | entity |
| the entity the triangle is attached to. | |
Data on a single triangles in the structure.
| Entity Saga::BoundingVolumeHierarchy::TriangleData::entity |
the entity the triangle is attached to.
| glm::vec3 Saga::BoundingVolumeHierarchy::TriangleData::triangle[3] |
coordinates of the triangle, in CCW order.