49 aIndexList.insert( aIndexList.end(),
index.begin(),
index.end() );
SGCOORDINDEX(SGNODE *aParent)
void GatherCoordIndices(std::vector< int > &aIndexList)
Add all coordinate indices to the given list in preparation for a normals calculation.
Define a generic index interface for a scenegraph object.
The base class of all Scene Graph nodes.
S3D::SGTYPES GetNodeType(void) const noexcept
Return the type of this node instance.
virtual bool AddChildNode(SGNODE *aNode)=0
SGNODE * m_Parent
Pointer to parent node; may be NULL for top level transform.
S3D::SGTYPES m_SGtype
Type of Scene Graph node.