PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Functions | |
BEGIN_PUBLISH EXPCL_PANDA_EGG2PG | PT (PandaNode) load_egg_file(const Filename &filename |
A convenience function; the primary interface to this package. More... | |
EXPCL_PANDA_EGG2PG | PT (PandaNode) load_egg_data(EggData *data |
Another convenience function; works like load_egg_file() but starts from an already-filled EggData structure. More... | |
Variables | |
BEGIN_PUBLISH EXPCL_PANDA_EGG2PG CoordinateSystem | cs = CS_default |
BEGIN_PUBLISH EXPCL_PANDA_EGG2PG CoordinateSystem BamCacheRecord * | record = nullptr) |
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 load_egg_file.h.
BEGIN_PUBLISH EXPCL_PANDA_EGG2PG PT | ( | PandaNode | ) | const & |
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.