Tramway SDK
|
Classes | |
struct | AABBLeaf |
struct | QueryResponse |
Enumerations | |
enum | ReferenceType : uint32_t { REFERENCE_RENDERCOMPONENT = 1 } |
Functions | |
aabbleaf_t | InsertLeaf (RenderComponent *component, vec3 position, quat rotation) |
void | RemoveLeaf (aabbleaf_t leaf_id) |
QueryResponse | FindNearestFromRay (vec3 ray_pos, vec3 ray_dir, uint32_t mask) |
void | DebugDrawTree () |
enum tram::Render::AABB::ReferenceType : uint32_t |
void tram::Render::AABB::DebugDrawTree | ( | ) |
QueryResponse tram::Render::AABB::FindNearestFromRay | ( | vec3 | ray_pos, |
vec3 | ray_dir, | ||
uint32_t | mask | ||
) |
aabbleaf_t tram::Render::AABB::InsertLeaf | ( | RenderComponent * | component, |
vec3 | position, | ||
quat | rotation | ||
) |
void tram::Render::AABB::RemoveLeaf | ( | aabbleaf_t | leaf_id | ) |