Skip to content

Commit

Permalink
Improves the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Onur Berk Tore <[email protected]>
  • Loading branch information
Onur Berk Tore committed Jul 28, 2022
1 parent 94bf4c0 commit de3015c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion graphics/include/gz/common/MeshManager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ namespace gz
class SubMesh;

/// \class MeshManager MeshManager.hh gz/common/MeshManager.hh
/// \brief Maintains and manages all meshes
/// \brief Maintains and manages all meshes. Supported mesh formats are
/// STL (STLA, STLB), COLLADA, OBJ, GLTF (GLB) and FBX. By default only GLTF
/// and FBX are loaded using assimp loader, however if GZ_MESH_FORCE_ASSIMP
/// environment variable is set, then MeshManager will use assimp loader for
/// all supported mesh formats.
class GZ_COMMON_GRAPHICS_VISIBLE MeshManager
: public SingletonT<MeshManager>
{
Expand Down

0 comments on commit de3015c

Please sign in to comment.