|
Public Member Functions |
bool | getCCW () const |
bool | getColorPerVertex () const |
bool | getNormalPerVertex () const |
bool | getSolid () const |
Ref< const CoordinateNode > | getCoord () const |
Ref< CoordinateNode > | getCoord () |
Ref< const ColorNode > | getColor () const |
Ref< ColorNode > | getColor () |
Ref< const NormalNode > | getNormal () const |
Ref< NormalNode > | getNormal () |
Ref< const TextureCoordinateNode > | getTexCoord () const |
Ref< TextureCoordinateNode > | getTexCoord () |
Static Public Attributes |
static const NodeType * | type = 0 |
Protected Member Functions |
| ComposedGeometryNode () |
bool | coordAssign (const Ref< CoordinateNode > &, const Time &) |
bool | colorAssign (const Ref< ColorNode > &, const Time &) |
bool | normalAssign (const Ref< NormalNode > &, const Time &) |
bool | texCoordAssign (const Ref< TextureCoordinateNode > &, const Time &) |
virtual void | reprocess () |
Protected Attributes |
bool | ccw |
bool | colorPerVertex |
bool | normalPerVertex |
bool | solid |
Ref< CoordinateNode > | coord |
Ref< ColorNode > | color |
Ref< NormalNode > | normal |
Ref< TextureCoordinateNode > | texCoord |
EventSource | colorChanged |
EventSource | coordChanged |
EventSource | normalChanged |
EventSource | texCoordChanged |
Time | colorStamp |
Time | coordStamp |
Time | normalStamp |
Time | texCoordStamp |
Friends |
void | initializeGeometryComponent () |