Crate gltf_utils [−] [src]
This crate provides utility methods in addition to core gltf, such as accessor iterators and easy conversions between different representations of accessor items.
Modules
casts |
This module provides casting iterators for certain types of accessors. |
Structs
AccessorIter |
Visits the items in an |
Enums
Colors |
Vertex colors. |
Indices |
Index data. |
Joints |
Vertex joints. |
MorphWeights |
Morph-target weight animations. |
Outputs |
Animation output sampler values. |
Rotations |
Rotation animations |
Select |
Purpose of data in an animation channel, |
TexCoords |
UV texture co-ordinates. |
Weights |
Weights. |
Traits
AccessorItem |
Any type that can appear in an Accessor. |
AnimationChannelIterators |
Extra methods for working with |
ChannelIterators |
Extra methods for working with |
PrimitiveIterators |
Extra methods for working with |
SkinIterators |
Extra methods for working with |
Source |
Represents sources of buffer data. |
Type Definitions
Inputs |
Animation input sampler values of type |
InverseBindMatrices |
Inverse Bind Matrices of type |
Normals |
XYZ vertex normals of type |
Positions |
XYZ vertex positions of type |
Scales |
Animation XYZ scales of type |
Tangents |
XYZW vertex tangents of type |
Translations |
Animation XYZ translations of type |