|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Kakshya::MeshInsertion::MeshInsertion | ( | DataVariant & | vertex_variant, |
| DataVariant & | index_variant | ||
| ) |
Construct with mutable references to the two storage variants.
| vertex_variant | Receives vector<uint8_t> of interleaved vertex data. |
| index_variant | Receives vector<uint32_t> of triangle indices. |
Definition at line 12 of file MeshInsertion.cpp.