Lagrange
Loading...
Searching...
No Matches
UVOrientationOptions Struct Reference

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.
 

Member Data Documentation

◆ uv_attribute_name

std::string_view uv_attribute_name = ""

Input UV attribute name.

If empty, the first vertex/indexed UV attribute will be used.

◆ output_attribute_name

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).


The documentation for this struct was generated from the following file: