PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "config_assimp.h"
#include "filename.h"
#include "modelRoot.h"
#include "texture.h"
#include "pmap.h"
#include <assimp/scene.h>
#include <assimp/Importer.hpp>
#include "assimpLoader.I"
Go to the source code of this file.
Classes | |
class | AssimpLoader |
Class that interfaces with Assimp and builds Panda nodes to represent the Assimp structures. More... | |
struct | char_cmp |
Typedefs | |
typedef pmap< const char *, const aiNode *, char_cmp > | BoneMap |
typedef pmap< const char *, PT(Character), char_cmp > | CharacterMap |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file assimpLoader.h.