Public Member Functions | |
Geoms (const CData *cdata) | |
Geoms (const Geoms ©) | |
CPT (Geom) get_geom(int n) const | |
const RenderState * | get_geom_state (int n) const |
Returns the RenderState associated with the nth geom of the node. More... | |
int | get_num_geoms () const |
Returns the number of geoms of the node. More... | |
void | operator= (const Geoms ©) |
Definition at line 165 of file geomNode.h.
|
inline |
Returns the RenderState associated with the nth geom of the node.
This is just the RenderState directly associated with the Geom; the actual state in which the Geom is rendered will also be affected by RenderStates that appear on the scene graph in nodes above this GeomNode.
Definition at line 382 of file geomNode.I.
Referenced by GeomNode::add_for_draw().
|
inline |
Returns the number of geoms of the node.
Definition at line 352 of file geomNode.I.
Referenced by GeomNode::add_for_draw().