Panda3D
Functions
save_egg_file.cxx File Reference

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

#include "save_egg_file.h"
#include "eggSaver.h"
#include "config_egg2pg.h"
#include "modelRoot.h"
#include "sceneGraphReducer.h"
#include "virtualFileSystem.h"
#include "config_putil.h"

Go to the source code of this file.

Functions

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...
 
bool save_egg_file (const Filename &filename, PandaNode *node, CoordinateSystem cs)
 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
2002-02-26

Definition in file save_egg_file.cxx.

Function Documentation

◆ save_egg_data()

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()

bool save_egg_file ( const Filename filename,
PandaNode node,
CoordinateSystem  cs 
)

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.