#include "coal/mesh_loader/assimp.h"
#include <assimp/defs.h>
#include <assimp/DefaultLogger.hpp>
#include <assimp/IOStream.hpp>
#include <assimp/IOSystem.hpp>
#include <assimp/Importer.hpp>
#include <assimp/postprocess.h>
#include <assimp/scene.h>
Go to the source code of this file.
Namespaces | |
coal | |
Main namespace. | |
coal::internal | |
Macros | |
#define | nullptr NULL |
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... | |
unsigned | coal::internal::recurseBuildMesh (const coal::Vec3s &scale, const aiScene *scene, const aiNode *node, unsigned vertices_offset, TriangleAndVertices &tv) |
Recursive procedure for building a mesh. More... | |
#define nullptr NULL |
Definition at line 36 of file assimp.cpp.