Module geometry

Source
Expand description

Types and functions for staging geometry.

Modules§

shader

Structs§

Geometry
Wrapper around the geometry slab, which holds mesh data and more.
Indices
A contiguous array of indices, staged on the GPU. The type variable Ct denotes whether the data lives on the GPU only, or on the CPU and the GPU.
MorphTarget
A displacement target.
MorphTargetWeights
Holds morph targets weights for animated nodes.
MorphTargets
Holds morph targets for animated nodes.
Skin
A vertex skin.
SkinJoint
A joint in a skinned rigging.
Vertex
A vertex in a mesh.
Vertices
A contiguous array of vertices, staged on the GPU.