#include <accumulatedAttribs.h>
Public Member Functions | |
| INLINE | AccumulatedAttribs () |
| INLINE | AccumulatedAttribs (const AccumulatedAttribs ©) |
| INLINE void | operator= (const AccumulatedAttribs ©) |
| void | write (ostream &out, int attrib_types, int indent_level) const |
| void | collect (PandaNode *node, int attrib_types) |
| void | apply_to_node (PandaNode *node, int attrib_types) |
| CPT (TransformState) _transform | |
| CPT (RenderAttrib) _color | |
| CPT (RenderAttrib) _color_scale | |
| CPT (RenderAttrib) _tex_matrix | |
| CPT (RenderState) _other | |
|
|
|
|
|
|
|
||||||||||||
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Definition at line 35 of file accumulatedAttribs.cxx. References indent(), NULL, SceneGraphReducer::TT_color, SceneGraphReducer::TT_color_scale, SceneGraphReducer::TT_other, SceneGraphReducer::TT_tex_matrix, and SceneGraphReducer::TT_transform. Referenced by SceneGraphReducer::r_apply_attribs(). |
1.3