Go to the documentation of this file.
14 #ifndef SAVE_EGG_FILE_H
15 #define SAVE_EGG_FILE_H
28 EXPCL_PANDA_EGG2PG
bool
30 CoordinateSystem cs = CS_default);
36 EXPCL_PANDA_EGG2PG
bool
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
BEGIN_PUBLISH EXPCL_PANDA_EGG2PG bool save_egg_file(const Filename &filename, PandaNode *node, CoordinateSystem cs=CS_default)
A convenience function; converts the indicated scene graph to an egg file and writes it to disk.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is the primary interface into all the egg data, and the root of the egg file structure.
EXPCL_PANDA_EGG2PG bool save_egg_data(EggData *data, PandaNode *node)
Another convenience function; works like save_egg_file() but populates an EggData instead of writing ...
A basic node of the scene graph or data graph.
The name of a file, such as a texture file or an Egg file.