48 explicit BinaryFile(
const std::string& fileLocation);
55 void load(
Model& model,
const std::string& meshName)
override;
File parser virtual class.
Native model file loader. The model file loaded has to have been produced by converting a file in a s...
Definition BinaryFile.hpp:30
std::vector< std::string > getMeshNames() override
Get a list of the names of the meshes contained in the file.
Definition BinaryFile.cpp:91
void load(Model &model, const std::string &meshName) override
Load data from the Wavefront file into a Model.
Definition BinaryFile.cpp:26
Abstract file parser class.
Definition File.hpp:23
A 3D model. It can be loaded from a WavefrontFile or GlbFile. It can also be constructed procedurally...
Definition Model.hpp:34
Definition BinaryFile.hpp:15