Trait truck_rendimpl::IntoInstance[][src]

pub trait IntoInstance {
    type Instance;
}

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

Associated Types

type Instance[src]

the type of instance

Loading content...

Implementors

impl IntoInstance for PolygonMesh[src]

type Instance = PolygonInstance

impl IntoInstance for StructuredMesh[src]

type Instance = PolygonInstance

impl IntoInstance for Shell[src]

type Instance = ShapeInstance

impl IntoInstance for Solid[src]

type Instance = ShapeInstance

Loading content...