Name |
Description |
MeshBoundingBoxTree |
Acceleration structure of triangles surrounded by axis aligned bounding boxes, supporting various speedy queries. |
MeshBoundingBoxTree.InternalNode |
|
MeshBoundingBoxTree.LeafNode |
|
MeshBoundingBoxTree.Node |
|
MeshBoundingBoxTreeData |
Superclass of the data used to create triangle mesh bounding box trees. |
StaticMeshData |
Collection of triangle mesh data that directly returns vertices from its vertex buffer instead of transforming them first. |
TransformableMeshData |
Collection of mesh data which transforms its vertices before returning them. |
TriangleMesh |
Data structure containing triangle mesh data and its associated bounding box tree. |