Enum dae_parser::GeometryElement [−][src]
Expand description
An element that describes geometric data.
Variants
ConvexHullOf(Url)
The parameter is a URI string of a Geometry
, and this element
describes the convex hull of the specified mesh.
Tuple Fields of ConvexHullOf
0: Url
Mesh(Mesh)
A mesh or convex mesh.
Tuple Fields of Mesh
0: Mesh
Spline(Spline)
A multisegment spline.
Tuple Fields of Spline
0: Spline
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GeometryElement
impl Send for GeometryElement
impl Sync for GeometryElement
impl Unpin for GeometryElement
impl UnwindSafe for GeometryElement
Blanket Implementations
Mutably borrows from an owned value. Read more