|
Lagrange
|
Public Attributes | |
| std::string_view | uv_attribute_name = "" |
| Input UV attribute name. | |
| std::string_view | output_attribute_name = "@uv_orientation" |
| Output per-facet attribute name. | |
| std::string_view uv_attribute_name = "" |
Input UV attribute name.
If empty, the first vertex/indexed UV attribute will be used.
| std::string_view output_attribute_name = "@uv_orientation" |
Output per-facet attribute name.
Stores the raw orient2D result as int8_t: +1 for positively oriented (CCW), 0 for degenerate, -1 for negatively oriented (CW).