formZ SDK | 5.0 API Reference | Project | Modeling | Animation

fz_anim_enty_parent_2_world

Description

Converts a point with coordinates defined by an animated entity's coordinate to coordinates in world space. Note that parent entity nodes define the coordinate for their children entity nodes. So, pass in the parent node for anim_node.

Plugin Prototype

fzrt_error_td fz_anim_enty_parent_2_world(

fzrt_int

windex,

fz_anim_node_ptr

anim_node,

fz_xyz_td *

parent_xyz,

fz_xyz_td *

world_xyz )

Parameters

windex [Input]

project window index

anim_node [Input]

animated entity defining a coordinate

parent_xyz [Input]

input point in parent space coordinates

world_xyz [Result]

output point in world space coordinates

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_change_grup.fsl

See Also

,

Function Set

fz_anim_fset


Defined in

fz_anim_api.h