50 bool GetNormalList(
size_t& aListSize,
SGVECTOR*& aNormalList );
51 bool SetNormalList(
size_t aListSize,
const SGVECTOR* aNormalList );
52 bool AddNormal(
double aXValue,
double aYValue,
double aZValue );
53 bool AddNormal(
const SGVECTOR& aNormal );
The base class of all DLL-safe Scene Graph nodes.
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.
The wrapper for the SGNORMALS class.
The base class of all Scene Graph nodes.
defines the wrapper of the base class SG_NODE