Module render

Module render 

Source
Expand description

Model methods and trait implementations for rendering.

Structs§

Hashed
Generic wrapper that contains the hashed value.
RenderAttributes
A list of render attributes.
RenderCache
The RenderCache owns all geometry created during the render process.
RenderCacheItem
An item in the RenderCache.
RenderContext
The render context.
RenderOutput
The model output when a model has been processed.

Enums§

GeometryOutput
Geometry output to be stored in the render cache.
RenderAttribute
An attribute that can be used by any renderer.
RenderError
An error that occurred during rendering.

Traits§

ComputedHash
Trait to implement for typed that contain a pre-computed hash value.
RenderWithContext
The render trait.

Type Aliases§

Geometry2DOutput
Geometry 2D type alias.
Geometry3DOutput
Geometry 3D type alias.
HashId
Render hash type.
RenderResult
A result from rendering a model.