SetPOS Data Member Function

Sets the <Group> node object's position, orientation, and scale transformation.

Prototype

int32 SetPOS( Vec p_vPosition, Vec p_vOrientation, Vec p_vScale )

Parameters

Parameter Type Parameter Name Documentation
<Vec>p_vPositionA pointer to a <Vec> object containing the <Group> node object's new position values.
<Vec>p_vOrientationA pointer to a <Vec> object containing the <Group> node object's new orientation values.
<Vec>p_vScaleA pointer to a <Vec> object containing the <Group> node object's new scale values.

Examples

Copy Text To Clipboard

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