Type Alias TrimeshBuilderError

Source
pub type TrimeshBuilderError = TriMeshBuilderError;
Expand description

An error indicating an inconsistency when building a triangle mesh collider.

Aliased Type§

pub enum TrimeshBuilderError {
    EmptyIndices,
    TopologyError(TopologyError),
}

Variants§

§

EmptyIndices

A triangle mesh must contain at least one triangle.

§

TopologyError(TopologyError)

Indicated an inconsistency in the topology of a triangle mesh.