Panda3D
Functions
accumulatedAttribs.cxx File Reference

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

#include "accumulatedAttribs.h"
#include "sceneGraphReducer.h"
#include "pandaNode.h"
#include "colorAttrib.h"
#include "colorScaleAttrib.h"
#include "texMatrixAttrib.h"
#include "textureAttrib.h"
#include "clipPlaneAttrib.h"
#include "cullFaceAttrib.h"
#include "config_pgraph.h"

Go to the source code of this file.

Functions

 CPT (RenderState) AccumulatedAttribs
 Collects the state and transform from the indicated node and adds it to the accumulator, removing it from the state (and returning a new state). 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
2003-01-30

Definition in file accumulatedAttribs.cxx.

Function Documentation

◆ CPT()

CPT ( RenderState  )

Collects the state and transform from the indicated node and adds it to the accumulator, removing it from the state (and returning a new state).

Definition at line 154 of file accumulatedAttribs.cxx.