Struct dae_parser::source::XYZ
source · pub struct XYZ;
Expand description
A marker type for inputs with name="X"
, "Y"
, "Z"
.
This is used in Collada to store vertex position data, and normal data.
Trait Implementations§
source§impl InputKind for XYZ
impl InputKind for XYZ
§type Array = FloatArray
type Array = FloatArray
The array type that this reader is expecting. Must be one of the types in
ArrayElement
.