|
geolib2
|
Functions | |
| void | constructMesh (const aiScene *scene, aiNode *node, const geo::Pose3D &parent_pose, double scale_x, double scale_y, double scale_z, bool transform, geo::Mesh *mesh) |
| ShapePtr | readMeshFile (const std::string &filename, const geo::Vec3 &scale) |
| ShapePtr | readMeshFile (const std::string &filename, double scale=1.0) |
| bool | writeMeshFile (const std::string &filename, const Shape &shape, std::string format="") |
| void geo::io::constructMesh | ( | const aiScene * | scene, |
| aiNode * | node, | ||
| const geo::Pose3D & | parent_pose, | ||
| double | scale_x, | ||
| double | scale_y, | ||
| double | scale_z, | ||
| bool | transform, | ||
| geo::Mesh * | mesh | ||
| ) |
Definition at line 26 of file import.cpp.
| ShapePtr geo::io::readMeshFile | ( | const std::string & | filename, |
| const geo::Vec3 & | scale | ||
| ) |
Definition at line 112 of file import.cpp.
| ShapePtr geo::io::readMeshFile | ( | const std::string & | filename, |
| double | scale = 1.0 |
||
| ) |
| bool geo::io::writeMeshFile | ( | const std::string & | filename, |
| const Shape & | shape, | ||
| std::string | format = "" |
||
| ) |
Definition at line 28 of file export.cpp.
1.8.17