Enum dae_parser::Semantic [−][src]
pub enum Semantic {
}
Expand description
An Input
semantic attribute. Common / defined values are pre-parsed,
and the remainder are in the Other
variant.
Variants
Geometric binormal (bitangent) vector
Color coordinate vector. Color inputs are RGB (float3)
Continuity constraint at the control vertex (CV)
Raster or MIP-level input
Sampler input
Tangent vector for preceding control point
Sampler interpolation type
Inverse of local-to-world matrix
Skin influence identifier
Number of piece-wise linear approximation steps to use for the spline segment that follows this CV
Morph targets for mesh morphing
Weights for mesh morphing
Normal vector
Sampler output
Tangent vector for succeeding control point
Geometric coordinate vector
Geometric tangent vector
Texture binormal (bitangent) vector
Texture coordinate vector
Texture coordinate vector
Generic parameter vector
Mesh vertex
Skin influence weighting value
Any value not covered above
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Semantic
impl UnwindSafe for Semantic
Blanket Implementations
Mutably borrows from an owned value. Read more