PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pgFrameStyle.h"
#include "geomNode.h"
#include "pandaNode.h"
#include "transparencyAttrib.h"
#include "pointerTo.h"
#include "nodePath.h"
#include "textureAttrib.h"
#include "renderState.h"
#include "shadeModelAttrib.h"
#include "colorAttrib.h"
#include "geom.h"
#include "geomTristrips.h"
#include "geomVertexWriter.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &out, PGFrameStyle::Type type) |
PT (PandaNode) PGFrameStyle | |
Generates the GeomNode appropriate to a T_flat frame. 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 pgFrameStyle.cxx.
PT | ( | PandaNode | ) |
Generates the GeomNode appropriate to a T_flat frame.
Generates the GeomNode appropriate to a T_texture_border frame.
Generates the GeomNode appropriate to a T_groove or T_ridge frame.
Generates the GeomNode appropriate to a T_bevel_in or T_bevel_out frame.
Definition at line 209 of file pgFrameStyle.cxx.