Crate truck_rendimpl[][src]

Visualization of shape and polygon mesh based on platform

Re-exports

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

Modules

image2texture

utility for creating Texture

modeling

Re-exports truck_modeling.

polymesh

Re-exports truck_polymesh.

Structs

InstanceCreator

Constroctor for instances

InstanceState

Configures of instances.

Material

Material information.

PolygonInstance

Instance of polygon

PolygonInstanceDescriptor

Configures of polygon instance

ShapeInstance

Instance of shape: Shell and Solid with geometric data.

ShapeInstanceDescriptor

Configures of shape instance

WireFrameInstance

Wire frame rendering

WireFrameInstanceDescriptor

Configures of wire frame instance

WireFrameState

Configures of WireFrameInstance.

Traits

CreatorCreator

for creating InstanceCreator

Polygon

The trait for generating PolygonInstance from PolygonMesh and StructuredMesh.

Shape

The trait for generating ShapeInstance from Shell and Solid.