file new in 2020.06
Concatenate.hFunction Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::MeshTools
- Mesh tools.
Functions
- auto concatenate(const Containers::Iterable<const Trade::MeshData>& meshes, InterleaveFlags flags = InterleaveFlag::PreserveInterleavedAttributes) -> Trade::MeshData new in 2020.06
- Concatenate meshes together.
-
template<template<class> class Allocator = Containers::ArrayAllocator>void concatenateInto(Trade::MeshData& destination, const Containers::Iterable<const Trade::MeshData>& meshes, InterleaveFlags flags = InterleaveFlag::PreserveInterleavedAttributes) new in 2020.06
- Concatenate a list of meshes into a pre-existing destination, enlarging it if necessary.