Implement the `GetShapes()` method in the OBJ Loader class to create a mesh for each shape and return a vector of shapes. - [x] Implement the `GetShapes` method to obtain a vector of `Resource::Shape` consisting solely of the current mesh - [x] Document the files, classes and methods using `Doxygen` syntax - [x] Test the `GetShapes` method to avoid errors
Implement the
GetShapes()method in the OBJ Loader class to create a mesh for each shape and return a vector of shapes.GetShapesmethod to obtain a vector ofResource::Shapeconsisting solely of the current meshDoxygensyntaxGetShapesmethod to avoid errors