Enzo
Loading...
Searching...
No Matches
AttributeNames.h
1#pragma once
2
3namespace enzo::attr {
4
8namespace names {
9
11inline constexpr const char* position = "Position";
13inline constexpr const char* normal = "Normal";
15inline constexpr const char* up = "Up";
16
17} // namespace names
18
19} // namespace enzo::attr
constexpr const char * position
The point position every mesh is created with.
Definition AttributeNames.h:11
constexpr const char * up
The direction that orients a point's up axis.
Definition AttributeNames.h:15
constexpr const char * normal
The direction a face, point or vertex faces.
Definition AttributeNames.h:13