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

fz_anim_tform_parm_enum

Description

Identifiers for a transformable animated entity's parameters concerning their position and orientation.

enum fz_anim_tform_parm_enum {

FZ_ANIM_TFORM_PARM_ORIGIN,

FZ_ANIM_TFORM_PARM_X_AXIS,

FZ_ANIM_TFORM_PARM_Y_AXIS,

FZ_ANIM_TFORM_PARM_Z_AXIS,

FZ_ANIM_TFORM_PARM_ROT,

FZ_ANIM_TFORM_PARM_MAP_PLANE };

Members

FZ_ANIM_TFORM_PARM_ORIGIN

Animated entity's origin point

Type: fz_xyz_td

FZ_ANIM_TFORM_PARM_X_AXIS

Animated entity's normalized x axis. Read only.

Type: fz_xyz_td

FZ_ANIM_TFORM_PARM_Y_AXIS

Animated entity's normalized y axis. Read only.

Type: fz_xyz_td

FZ_ANIM_TFORM_PARM_Z_AXIS

Animated entity's normalized z axis. Read only.

Type: fz_xyz_td

FZ_ANIM_TFORM_PARM_ROT

Animated entity's rotation values of its axes.

Type: fz_xyz_td

FZ_ANIM_TFORM_PARM_MAP_PLANE

Animated entity's coordinate map plane.

Type: fz_map_plane_td

Availability

6.1.0.0

Defined in

fz_anim_api.h