Deprecated List
- Member MeshManager::AddMesh (Mesh *_mesh)
- This API requires the user to allocate a Mesh object on the heap and "move" it into MeshManager. However, this is not safe to do across shared library boundaries and may cause segfaults during MeshManager destruction. Use CreateMesh instead