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.
int32 RenderNode( RenderInfo p_oRenderContext )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| <RenderInfo> | p_oRenderContext | A pointer to a <RenderInfo> object representing the current render state and rendering device used to render the <Node>. | 
None published. Please look for an example in the Simdify Scripting Language code base.