Panda3D
Functions
cullableObject.cxx File Reference

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

#include "cullableObject.h"
#include "lightAttrib.h"
#include "nodePath.h"
#include "colorAttrib.h"
#include "texGenAttrib.h"
#include "textureAttrib.h"
#include "shaderAttrib.h"
#include "renderState.h"
#include "clockObject.h"
#include "cullTraverser.h"
#include "sceneSetup.h"
#include "lens.h"
#include "stateMunger.h"
#include "pStatTimer.h"
#include "geomVertexWriter.h"
#include "geomVertexReader.h"
#include "geomTriangles.h"
#include "light.h"
#include "lightMutexHolder.h"

Go to the source code of this file.

Functions

 CPT (RenderState) CullableObject
 Returns a RenderState for flashing the object red, to show it is animated by the CPU when show-vertex-animation is on. 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-03-04

Definition in file cullableObject.cxx.

Function Documentation

◆ CPT()

CPT ( RenderState  )

Returns a RenderState for flashing the object red, to show it is animated by the CPU when show-vertex-animation is on.

Returns a RenderState for flashing the object blue, to show it is animated by the hardware when show-vertex-animation is on.

Definition at line 604 of file cullableObject.cxx.