[−][src]Module gltf_json::mesh
Contains Mesh
and other related data structures.
Structs
Mesh | A set of primitives to be rendered. |
MorphTarget | A dictionary mapping attributes to their deviations in the Morph Target. |
Primitive | Geometry to be rendered with the given material. |
Enums
Mode | The type of primitives to render. |
Semantic | Vertex attribute semantic name. |
Constants
LINES | Corresponds to |
LINE_LOOP | Corresponds to |
LINE_STRIP | Corresponds to |
POINTS | Corresponds to |
TRIANGLES | Corresponds to |
TRIANGLE_FAN | Corresponds to |
TRIANGLE_STRIP | Corresponds to |
VALID_MODES | All valid primitive rendering modes. |
VALID_MORPH_TARGETS | All valid semantic names for Morph targets. |