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

◆ vertex_positions()

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

Create dimension for vertex positions (vec3)

Definition at line 85 of file NDData.cpp.

86{
87 return grouped("positions", count, 3, Role::POSITION);
88}
@ POSITION
Vertex positions (3D space)
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 POSITION.

+ Here is the call graph for this function: