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

◆ MeshInsertion()

MayaFlux::Kakshya::MeshInsertion::MeshInsertion ( DataVariant vertex_variant,
DataVariant index_variant 
)

Construct with mutable references to the two storage variants.

Parameters
vertex_variantReceives vector<uint8_t> of interleaved vertex data.
index_variantReceives vector<uint32_t> of triangle indices.

Definition at line 12 of file MeshInsertion.cpp.

13 : m_vertex_variant(vertex_variant)
14 , m_index_variant(index_variant)
15{
16}