PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "geomTransformer.h"
#include "sceneGraphReducer.h"
#include "geomNode.h"
#include "geom.h"
#include "geomVertexRewriter.h"
#include "renderState.h"
#include "transformTable.h"
#include "transformBlendTable.h"
#include "sliderTable.h"
#include "pStatCollector.h"
#include "pStatTimer.h"
#include "vector_int.h"
#include "userVertexTransform.h"
#include "geomMunger.h"
#include "texture.h"
#include "texturePeeker.h"
#include "textureAttrib.h"
#include "colorAttrib.h"
#include "config_pgraph.h"
Go to the source code of this file.
Functions | |
PT (Geom) GeomTransformer | |
Uses the indicated munger to premunge the given Geom to optimize it for eventual rendering. 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 geomTransformer.cxx.
PT | ( | Geom | ) |
Uses the indicated munger to premunge the given Geom to optimize it for eventual rendering.
See SceneGraphReducer::premunge().
Definition at line 1118 of file geomTransformer.cxx.