PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Functions | |
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 the results to disk. More... | |
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. More... | |
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 save_egg_file.h.
Another convenience function; works like save_egg_file() but populates an EggData instead of writing the results to disk.
Definition at line 51 of file save_egg_file.cxx.
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.
Definition at line 27 of file save_egg_file.cxx.