RenderNode Data Member Function

Renders a single <Node> to a rendering device, using rendering state information in the rendering context defined by a <<RenderInfo>> object. Note that this function only renders the specified <Node> it does not render child nodes.

Prototype

int32 RenderNode( RenderInfo p_oRenderContext )

Parameters

Parameter Type Parameter Name Documentation
<RenderInfo>p_oRenderContextA pointer to a <RenderInfo> object representing the current render state and rendering device used to render the <Node>.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.