Public Member Functions | |
CollisionBvhNode (const Eegeo::Rendering::VertexTypes::ShortPositionVertex &quantizedSphereCentre, u16 quantizedSphereRadius, u32 packedRanges) | |
const Eegeo::Rendering::VertexTypes::ShortPositionVertex & | QuantizedSphereCentre () const |
u16 | QuantizedSphereRadius () const |
int | FirstChildIndex () const |
int | ChildCount () const |
bool | IsLeafNode () const |
Static Public Member Functions | |
static CollisionBvhNode | Make (const Eegeo::Rendering::VertexTypes::ShortPositionVertex &quantizedSphereCentre, u16 quantizedSphereRadius, int firstChildIndex, int childCount, bool isLeaf) |