Go to the source code of this file.
|
void | hpp::fcl::internal::buildMesh (const fcl::Vec3f &scale, const aiScene *scene, unsigned vertices_offset, TriangleAndVertices &tv) |
| Recursive procedure for building a mesh. More...
|
|
template<class BoundingVolume > |
void | hpp::fcl::internal::meshFromAssimpScene (const fcl::Vec3f &scale, const aiScene *scene, const boost::shared_ptr< BVHModel< BoundingVolume > > &mesh) |
| Convert an assimp scene to a mesh. More...
|
|
template<class BoundingVolume > |
void | hpp::fcl::loadPolyhedronFromResource (const std::string &resource_path, const fcl::Vec3f &scale, const boost::shared_ptr< BVHModel< BoundingVolume > > &polyhedron) |
| Read a mesh file and convert it to a polyhedral mesh. More...
|
|