Module gltf::mesh::util [−][src]
This is supported on crate feature
utils only.Expand description
Utility functions.
Modules
| colors | Casting iterator adapters for colors. |
| indices | Casting iterator adapters for vertex indices. |
| joints | Casting iterator adapters for joint indices. |
| tex_coords | Casting iterator adapters for texture co-ordinates. |
| weights | Casting iterator adapters for node weights. |
Structs
| ReadMorphTargets | Morph targets. |
Enums
| ReadColors | Vertex colors. |
| ReadIndices | Index data. |
| ReadJoints | Vertex joints. |
| ReadTexCoords | UV texture co-ordinates. |
| ReadWeights | Weights. |
Type Definitions
| ReadNormalDisplacements | XYZ vertex normal displacements of type |
| ReadNormals | XYZ vertex normals of type |
| ReadPositionDisplacements | XYZ vertex position displacements of type |
| ReadPositions | XYZ vertex positions of type |
| ReadTangentDisplacements | XYZ vertex tangent displacements. |
| ReadTangents | XYZW vertex tangents of type |