[][src]Module gltf::mesh::util

This is supported on feature="utils" only.

Utility functions.

Modules

colorsfeature="utils"

Casting iterator adapters for colors.

indicesfeature="utils"

Casting iterator adapters for vertex indices.

jointsfeature="utils"

Casting iterator adapters for joint indices.

tex_coordsfeature="utils"

Casting iterator adapters for texture co-ordinates.

weightsfeature="utils"

Casting iterator adapters for node weights.

Structs

ReadMorphTargetsfeature="utils"

Morph targets.

Enums

ReadColorsfeature="utils"

Vertex colors.

ReadIndicesfeature="utils"

Index data.

ReadJointsfeature="utils"

Vertex joints.

ReadTexCoordsfeature="utils"

UV texture co-ordinates.

ReadWeightsfeature="utils"

Weights.

Type Definitions

ReadNormalDisplacementsfeature="utils"

XYZ vertex normal displacements of type [f32; 3].

ReadNormalsfeature="utils"

XYZ vertex normals of type [f32; 3].

ReadPositionDisplacementsfeature="utils"

XYZ vertex position displacements of type [f32; 3].

ReadPositionsfeature="utils"

XYZ vertex positions of type [f32; 3].

ReadTangentDisplacementsfeature="utils"

XYZ vertex tangent displacements.

ReadTangentsfeature="utils"

XYZW vertex tangents of type [f32; 4] where the w component is a sign value (-1 or +1) indicating the handedness of the tangent basis.