MayaFlux 0.5.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 116 of file NDData.cpp.

117{
118 return grouped("positions", count, 3, Role::POSITION);
119}
size_t count
@ 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:100

References count, grouped(), and POSITION.

+ Here is the call graph for this function: