Home | Features | Roadmap | Learn | Documentation | ||
Latest version: Tramway SDK 0.0.9 Github Quick links Home Get Started |
AABBWhenever a 3D model is added to the scene by a RenderComponent, it is also added to the very large AABB tree which contains every model in the scene. This tree can be used to query the contents of the scene. This is useful for things like mouse picking of objects or decal projection. This system also contains the LightTree, which is an octree that contains all of the lights in the scene. It is used to determine which lights will be used to illuminate which objects, since it speeds up nearest point queries. |
|
|