|
geolib2
|
#include "geolib/io/export.h"#include <assimp/assimp.hpp>#include <assimp/aiScene.h>#include <assimp/aiMesh.h>#include <console_bridge/console.h>#include <geolib/Shape.h>#include <algorithm>#include <sstream>#include <string>
Go to the source code of this file.
Namespaces | |
| geo | |
| geo::io | |
Functions | |
| bool | geo::io::writeMeshFile (const std::string &filename, const Shape &shape, std::string format="") |
1.8.17