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