[][src]Crate truck_rendimpl

Visualization of shape and polygon mesh based on platform

Re-exports

pub use modeling::*;
pub use polymesh::*;

Modules

modeling

Re-exports truck_modeling.

polymesh

Re-exports truck_polymesh.

Structs

InstanceDescriptor

Configures of instances.

Material

Material information.

PolygonInstance

Instance of polygon

RenderFace

Iterated face for rendering ShapeInstance.

ShapeInstance

Instance of shape: Shell and Solid with geometric data.

Traits

CreateInstance

Extend trait for Scene to create instance.

IntoInstance

The trait for generate PolygonInstance from PolygonMesh and StructuredMesh, and ShapeInstance from Shell and Solid.