MayaFlux 0.3.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 88 of file NDData.cpp.

89{
90 return grouped("positions", count, 3, Role::POSITION);
91}
Eigen::Index 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:72

References count, grouped(), and POSITION.

+ Here is the call graph for this function: