Panda3D
Functions
save_egg_file.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "pandaNode.h"
#include "coordinateSystem.h"
#include "eggData.h"

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...
 

Detailed Description

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."

Author
drose
Date
2012-12-19

Definition in file save_egg_file.h.

Function Documentation

◆ save_egg_data()

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.

Definition at line 51 of file save_egg_file.cxx.

◆ save_egg_file()

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.