Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for NormalNode:
Public Methods | |
virtual | ~NormalNode ()=0 throw () |
Destructor. | |
virtual const NormalNode * | toNormal () const throw () |
Cast to a NormalNode. | |
virtual NormalNode * | toNormal () throw () |
Cast to a NormalNode. | |
virtual const MFVec3f & | getVector () const=0 throw () |
Get the array of normal vectors. | |
Protected Methods | |
NormalNode (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. |
|
Destructor.
|
|
Constructor.
|
|
Get the array of normal vectors.
Implemented in Normal. |
|
Cast to a NormalNode.
Reimplemented from Node. |
|
Cast to a NormalNode.
Reimplemented from Node. |