37 static const std::array<std::string, 8>
COLOR_n;
43 static const std::array<std::string, 8>
JOINTS_n;
Classes for working with glTF models.
The standard glTF vertex attribute semantics from the specification.
static const std::array< std::string, 8 > COLOR_n
RGB or RGBA vertex color linear multiplier.
static const std::string TANGENT
XYZW vertex tangents where the XYZ portion is normalized, and the W component is a sign value (-1 or ...
static const std::string POSITION
Unitless XYZ vertex positions.
static const std::array< std::string, 8 > JOINTS_n
The indices of the joints from the corresponding skin.joints array that affect the vertex.
static const std::array< std::string, 8 > TEXCOORD_n
ST texture coordinates.
static const std::array< std::string, 8 > WEIGHTS_n
The weights indicating how strongly the joint influences the vertex.
static const std::string NORMAL
Normalized XYZ vertex normals.