#include "coal/fwd.hh"#include "coal/config.hh"#include "coal/BV/OBBRSS.h"#include "coal/BVH/BVH_model.h"

Go to the source code of this file.
| Classes | |
| struct | coal::internal::Loader | 
| struct | coal::internal::TriangleAndVertices | 
| Namespaces | |
| Assimp | |
| coal | |
| Main namespace. | |
| coal::internal | |
| Functions | |
| COAL_DLLAPI void | coal::internal::buildMesh (const coal::Vec3s &scale, const aiScene *scene, unsigned vertices_offset, TriangleAndVertices &tv) | 
| Recursive procedure for building a mesh.  More... | |
| template<class BoundingVolume > | |
| void | coal::loadPolyhedronFromResource (const std::string &resource_path, const coal::Vec3s &scale, const shared_ptr< BVHModel< BoundingVolume > > &polyhedron) | 
| Read a mesh file and convert it to a polyhedral mesh.  More... | |
| template<class BoundingVolume > | |
| void | coal::internal::meshFromAssimpScene (const coal::Vec3s &scale, const aiScene *scene, const shared_ptr< BVHModel< BoundingVolume > > &mesh) | 
| Convert an assimp scene to a mesh.  More... | |