94 bool write(
const std::string&,
BaseExporter&,
const Options& _writeOptions, std::streamsize _precision = 6)
const override;
96 bool write(std::ostream&,
BaseExporter&,
const Options& _writeOptions, std::streamsize _precision = 6)
const override;
102 mutable std::string path_;
103 mutable std::string objName_;
105 mutable std::vector< OpenMesh::Vec3f > material_;
106 mutable std::map< OpenMesh::Vec3f, size_t> material_idx_;
107 mutable std::vector< OpenMesh::Vec4f > materialA_;
108 mutable std::map< OpenMesh::Vec4f, size_t> materialA_idx_;