Template Class SimpleFinalizer
Defined in File FinalizeAlgorithms.hpp
Class Documentation
-
template<typename BaseVecT>
class SimpleFinalizer Algorithm that converts a BaseMesh into a MeshBuffer while maintaining the original graph structure. This means that no duplicate vertices will be created and therefore no textures can be generated.
Public Functions
-
inline SimpleFinalizer()
-
MeshBufferPtr apply(const BaseMesh<BaseVecT> &mesh)
Converts the given BaseMesh into a MeshBuffer and adds normal and color data if set
- Parameters:
mesh – the mesh to convert
- Returns:
the generated buffer
-
inline SimpleFinalizer()