29 const std::string &
format =
"auto");
filament::Texture::InternalFormat format
bool WriteOctree(const std::string &filename, const geometry::Octree &octree)
bool ReadOctreeFromJson(const std::string &filename, geometry::Octree &octree)
std::shared_ptr< geometry::Octree > CreateOctreeFromFile(const std::string &filename, const std::string &format="auto")
bool WriteOctreeToJson(const std::string &filename, const geometry::Octree &octree)
bool ReadOctree(const std::string &filename, geometry::Octree &octree, const std::string &format="auto")
Generic file read and write utility for python interface.