Panda3D
|
Object that interfaces with the COLLADA DOM library and loads the COLLADA structures into Panda nodes. More...
#include "colladaLoader.h"
Public Member Functions | |
void | build_graph () |
Converts scene graph structures into a Panda3D scene graph, with _root being the root node. | |
PT (ModelRoot) _root | |
bool | read (const Filename &filename) |
Reads from the indicated file. | |
Public Attributes | |
CoordinateSystem | _cs |
bool | _error |
Filename | _filename |
BamCacheRecord * | _record |
Object that interfaces with the COLLADA DOM library and loads the COLLADA structures into Panda nodes.
Definition at line 48 of file colladaLoader.h.
void ColladaLoader::build_graph | ( | ) |
Converts scene graph structures into a Panda3D scene graph, with _root being the root node.
Definition at line 104 of file colladaLoader.cxx.
References Filename::get_basename().
bool ColladaLoader::read | ( | const Filename & | filename | ) |
Reads from the indicated file.
Definition at line 80 of file colladaLoader.cxx.
References VirtualFileSystem::get_global_ptr(), and VirtualFileSystem::read_file().