52    bool AddNormal( 
double aXValue, 
double aYValue, 
double aZValue );
 
 
virtual bool NewNode(SGNODE *aParent)=0
Create a new node to associate with this wrapper.
 
virtual bool Attach(SGNODE *aNode)=0
Associate a given SGNODE* with this wrapper.
 
bool SetNormalList(size_t aListSize, const SGVECTOR *aNormalList)
 
bool AddNormal(double aXValue, double aYValue, double aZValue)
 
bool GetNormalList(size_t &aListSize, SGVECTOR *&aNormalList)
 
IFSG_NORMALS(bool create)
 
The base class of all Scene Graph nodes.
 
defines the wrapper of the base class SG_NODE