file new in 2020.06
Combine.hFunction Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::MeshTools
- Mesh tools.
Functions
- auto combineIndexedAttributes(const Containers::Iterable<const Trade::MeshData>& meshes) -> 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.
- auto combineFaceAttributes(const Trade::MeshData& mesh, Containers::ArrayView<const Trade::MeshAttributeData> faceAttributes) -> Trade::MeshData new in 2020.06
- Combine per-face attributes into an existing mesh.
-
auto combineFaceAttributes(const Trade::MeshData& mesh,
std::
initializer_list<Trade::MeshAttributeData> faceAttributes) -> Trade::MeshData new in 2020.06