51 bool GetNormalList(
size_t& aListSize,
SGVECTOR*& aNormalList );
52 bool SetNormalList(
size_t aListSize,
const SGVECTOR* aNormalList );
53 bool AddNormal(
double aXValue,
double aYValue,
double aZValue );
54 bool AddNormal(
const SGVECTOR& aNormal );
IFSG_NODE represents the base class of all DLL-safe Scene Graph nodes.
virtual bool NewNode(SGNODE *aParent)=0
Function NewNode creates a new node to associate with this wrapper.
virtual bool Attach(SGNODE *aNode)=0
Function Attach associates a given SGNODE* with this wrapper.
IFSG_NORMALS is the wrapper for the SGNORMALS class.
The base class of all Scene Graph nodes.
defines the wrapper of the base class SG_NODE