cesium-native
0.41.0
|
The standard glTF vertex attribute semantics from the specification. More...
#include <CesiumGltf/VertexAttributeSemantics.h>
Static Public Attributes | |
static const std::string | POSITION |
Unitless XYZ vertex positions. | |
static const std::string | NORMAL |
Normalized XYZ vertex normals. | |
static const std::string | TANGENT |
XYZW vertex tangents where the XYZ portion is normalized, and the W component is a sign value (-1 or +1) indicating handedness of the tangent basis. | |
static const std::array< std::string, 8 > | TEXCOORD_n |
ST texture coordinates. | |
static const std::array< std::string, 8 > | COLOR_n |
RGB or RGBA vertex color linear multiplier. | |
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 > | WEIGHTS_n |
The weights indicating how strongly the joint influences the vertex. | |
The standard glTF vertex attribute semantics from the specification.
Definition at line 11 of file VertexAttributeSemantics.h.