file new in 2020.06
Combine.hFunction Magnum::
Contents
- Reference
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::MeshTools
- Mesh tools.
Functions
- auto combineIndexedAttributes(const Containers::ArrayView<const Containers::Reference<const Trade::MeshData>> data) -> Trade::MeshData new in 2020.06
- Combine differently indexed attributes into a single mesh.
- auto combineFaceAttributes(const Trade::MeshData& mesh, const Trade::MeshData& faceAttributes) -> Trade::MeshData new in 2020.06
- Combine per-face attributes into an existing mesh.