Module three::object

source ·
Expand description

Items in the scene heirarchy.

Structs

Base represents a concrete entity that can be added to the scene.
Groups are used to combine several other objects or groups to work with them as with a single entity.

Enums

The possible concrete types that a Base can be resolved to.

Traits

Marks an object type that can be downcast from a Base.
Marks data structures that are able to added to the scene graph.