#include "pandabase.h"
#include "pandaNode.h"
#include "coordinateSystem.h"
Go to the source code of this file.
Functions | |
EXPCL_PANDAEGG | PT (PandaNode) load_egg_file(const string &filename |
A convenience function; the primary interface to this package. | |
Variables | |
EXPCL_PANDAEGG CoordinateSystem | cs = CS_default) |
Definition in file load_egg_file.h.
|
A convenience function; the primary interface to this package. Loads up the indicated egg file, and returns the root of a scene graph. Returns NULL if the file cannot be read for some reason. Also see the EggLoader class, which can exercise a bit more manual control over the loading process. |
|