Module render

Module render 

Source
Expand description

Model methods and trait implementations for rendering.

Structs§

RenderCache
The RenderCache owns all geometry created during the render process.
RenderContext
The render context.
RenderHash
Render hash type.

Enums§

RenderCacheItem
An item in the RenderCache.
RenderError
An error that occurred during rendering.
RenderOutput
The model output when a model has been processed.

Traits§

RenderWithContext
The render trait.

Type Aliases§

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