38 #ifndef LVR2_OBJIO_HPP_ 39 #define LVR2_OBJIO_HPP_ 80 void save(
string filename );
85 void parseMtlFile(map<string, int>& matNames,
86 vector<Material>& materials,
87 vector<Texture>& textures,
Interface specification for low-level io. All read elements are stored in linear arrays.
Base interface for all I/O related classes.
std::shared_ptr< Model > ModelPtr
A basic implementation of the obj file format.