27 static constexpr std::string_view
normal =
"normal";
32 static constexpr std::string_view
color =
"color";
37 static constexpr std::string_view
texcoord =
"texcoord";
42 static constexpr std::string_view
tangent =
"tangent";
47 static constexpr std::string_view
bitangent =
"bitangent";
52 static constexpr std::string_view
material_id =
"material_id";
57 static constexpr std::string_view
object_id =
"object_id";
63 static constexpr std::string_view
weight =
"weight";
Main namespace for Lagrange.
Definition: AABBIGL.h:30
Definition: attribute_names.h:23
static constexpr std::string_view tangent
Tangent.
Definition: attribute_names.h:42
static constexpr std::string_view bitangent
Bitangent.
Definition: attribute_names.h:47
static constexpr std::string_view indexed_weight
Indexed skinning weights, with a fixed number (typically 4) specified for each vertex.
Definition: attribute_names.h:69
static constexpr std::string_view normal
Normal.
Definition: attribute_names.h:27
static constexpr std::string_view color
Color.
Definition: attribute_names.h:32
static constexpr std::string_view material_id
Material ID.
Definition: attribute_names.h:52
static constexpr std::string_view weight
Skinning weights, with all joints specified for each vertex.
Definition: attribute_names.h:63
static constexpr std::string_view indexed_joint
Indexed skinning index, with a fixed number (typically 4) specified for each vertex.
Definition: attribute_names.h:75
static constexpr std::string_view texcoord
Texture coordinates.
Definition: attribute_names.h:37
static constexpr std::string_view object_id
Object ID (in obj files).
Definition: attribute_names.h:57