Panda3D
Public Member Functions | Public Attributes
ColladaLoader Class Reference

Object that interfaces with the COLLADA DOM library and loads the COLLADA structures into Panda nodes. More...

#include "colladaLoader.h"

List of all members.

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

Detailed Description

Object that interfaces with the COLLADA DOM library and loads the COLLADA structures into Panda nodes.

Definition at line 48 of file colladaLoader.h.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations