Expand description
Fundamental scene primitives. Core items of Ranim.
crate::core_item::CoreItems are the fundamental items of Ranim. All other Items are built upon them.
Currently, there are two types of crate::core_item::CoreItems:
crate::core_item::camera_frame::CameraFrame: The camera frame.crate::core_item::vitem::VItem: The vitem primitive.
Modules§
- camera_
frame - Camera frame
- mesh_
item - MeshItem
- vitem
- Vitem
Structs§
- DynItem
- A dynamic item, basically type erased
AnyExtractCoreItem
Enums§
- Core
Item - The core ranim builtin items
Traits§
- AnyExtract
Core Item - The item that can be extracted to
CoreItems