Model3DSelectBuffer::SelectNode

Background

This method adds a selection record for the given node to this selection buffer.

Prototype

int SelectNode( Node * pNode )

Parameters

  • Node * pNode: A pointer to the node the method will select.

Return Value

Non-zero indicates success, zero indicates failure.