XYZ コントローラ

Color_RGB:Point3Controller
Euler_XYZ:RotationController
Local_Euler_XYZ:RotationController
Point3_XYZ:Point3Controller
Position_XYZ:PositionController
ScaleXYZ:ScaleController

> MAXWrapper >コントローラ > XYZ コントローラ

 

   

アニメーション コントローラ - クイック ナビゲーション

コンストラクタ:

Color_RGB ... Euler_XYZ ... Local_Euler_XYZ ... Point3_XYZ ... Position_XYZ ... ScaleXYZ ... 

プロパティ

XYZ コントローラのプロパティ名は、コントローラによって異なります。

Color_RGB:

<Color_RGB>.r Float default: 0.0 -- animatable 
<Color_RGB>.g Float default: 0.0 -- animatable 
<Color_RGB>.b Float default: 0.0 -- animatable 	 

   

Euler_XYZ:

<Euler_XYZ>.x_rotation Float default: 0.0 -- animatable 
<Euler_XYZ>.y_rotation Float default: 0.0 -- animatable 
<Euler_XYZ>.z_rotation Float default: 0.0 -- animatable 
<Euler_XYZ>.axisOrder Integer default: 1 

角度の適用順序を取得/設定します。値には次のいずれかを使用できます。

1 - XYZ

2 - XZY

3 - YZX

4 - YXZ

5 - ZXY

6 - ZYX

7 - XYX

8 - YZY

9 - ZXZ Local_Euler_XYZ:

   

<Local_Euler_XYZ>.local_x_rotation Float default: 0.0 -- animatable 
<Local_Euler_XYZ>.local_y_rotation Float default: 0.0 -- animatable
<Local_Euler_XYZ>.local_z_rotation Float default: 0.0 -- animatable 
<Local_Euler_XYZ>.axisOrder Integer default: 1 

角度の適用順序を取得/設定します。値には次のいずれかを使用できます。

1 - XYZ

2 - XZY

3 - YZX

4 - YXZ

5 - ZXY

6 - ZYX

7 - XYX

8 - YZY

9 - ZXZ

   

Point3_XYZ :

<Point3_XYZ>.x Float default: 0.0 -- animatable 
<Point3_XYZ>.y Float default: 0.0 -- animatable 
<Point3_XYZ>.z Float default: 0.0 -- animatable 

   

Position_XYZ:

<Position_XYZ>.x_position Float default: 0.0 -- animatable 
<Position_XYZ>.y_position Float default: 0.0 -- animatable 
<Position_XYZ>.z_position Float default: 0.0 -- animatable 

   

ScaleXYZ:

<ScaleXYZ>.x_scale Float default: 0.0 -- animatable 
<ScaleXYZ>.y_scale Float default: 0.0 -- animatable 
<ScaleXYZ>.z_scale Float default: 0.0 -- animatable 

   

メソッド

getXYZControllers <controller> 

指定されたコントローラの X、Y、および Z サブコントローラの配列を返します。

   

関連事項