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