14#ifndef SAVE_EGG_FILE_H
15#define SAVE_EGG_FILE_H
28EXPCL_PANDA_EGG2PG
bool
30 CoordinateSystem cs = CS_default);
36EXPCL_PANDA_EGG2PG
bool
This is the primary interface into all the egg data, and the root of the egg file structure.
The name of a file, such as a texture file or an Egg file.
A basic node of the scene graph or data graph.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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 ...
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.