55 virtual void save(
string filename);
Interface specification for low-level io. All read elements are stored in linear arrays.
virtual void save(string filename)
Save/Compress the loaded elements to a draco file.
Base interface for all I/O related classes.
std::shared_ptr< Model > ModelPtr
virtual ModelPtr read(string filename)
Parse the draco and load supported elements.