MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ vertex_normals()

DataDimension MayaFlux::Kakshya::DataDimension::vertex_normals ( uint64_t  count)
static

Create dimension for vertex normals (vec3)

Definition at line 90 of file NDData.cpp.

91{
92 return grouped("normals", count, 3, Role::NORMAL);
93}
static DataDimension grouped(std::string name, uint64_t element_count, uint8_t components_per_element, Role role=Role::CUSTOM)
Create dimension with component grouping.
Definition NDData.cpp:69

References grouped(), and NORMAL.

+ Here is the call graph for this function: