Expand description
Model methods and trait implementations for rendering.
Structs§
- Hashed
- Generic wrapper that contains the hashed value.
- Render
Attributes - A list of render attributes.
- Render
Cache - The
RenderCacheowns all geometry created during the render process. - Render
Cache Item - An item in the
RenderCache. - Render
Context - The render context.
- Render
Output - The model output when a model has been processed.
Enums§
- Geometry
Output - Geometry output to be stored in the render cache.
- Render
Attribute - An attribute that can be used by any renderer.
- Render
Error - An error that occurred during rendering.
Traits§
- Computed
Hash - Trait to implement for typed that contain a pre-computed hash value.
- Render
With Context - The render trait.
Type Aliases§
- Geometry2D
Output - Geometry 2D type alias.
- Geometry3D
Output - Geometry 3D type alias.
- HashId
- Render hash type.
- Render
Result - A result from rendering a model.