PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "objToEggConverter.h"#include "config_objegg.h"#include "eggData.h"#include "string_utils.h"#include "streamReader.h"#include "virtualFileSystem.h"#include "eggPolygon.h"#include "nodePath.h"#include "geomTriangles.h"#include "geomPoints.h"#include "colorAttrib.h"#include "shadeModelAttrib.h"#include "dcast.h"#include "triangulator3.h"#include "config_egg2pg.h"Go to the source code of this file.
Functions | |
| PT (PandaNode) ObjToEggConverter | |
| Reads the input file and directly produces a ready-to-render model file as a PandaNode. 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 objToEggConverter.cxx.
| PT | ( | PandaNode | ) |
Reads the input file and directly produces a ready-to-render model file as a PandaNode.
Returns NULL on failure, or if it is not supported. (This functionality is not supported by all converter types; see supports_convert_to_node()).
Definition at line 125 of file objToEggConverter.cxx.
References SomethingToEggConverter::clear_error(), and SomethingToEggConverter::had_error().
1.8.15