Unigine.FieldAnimation Class
Inherits from: | Field |
This class allows you to create and modify field animation objects.
See also#
- A set of UnigineScript samples located in the <UnigineSDK>/data/samples/fields/ folder:
- animation_00
- animation_01
FieldAnimation Class
Properties
vec3 Wind#
The wind coefficients values.
float AnimationScale#
The animation scale value indicating the scale for speed of vegetation swaying.
float Leaf#
The current leaf animation coefficient value.
float Stem#
The current stem animation coefficient value.
float Attenuation#
The current attenuation coefficient for the field animation.
vec3 Size#
The animation field size.
bool Ellipse#
The A value indicating if the field animation is of an ellipse shape.
Members
FieldAnimation ( vec3 size ) #
Creates a new field animation node of the specified size:- If the field animation is of an ellipse shape, its radius values along the axes must be specified.
- Otherwise, dimensions of the cube must be specified.
Arguments
- vec3 size - A size of the field animation along X, Y and Z axes in units.
static int type ( ) #
Returns the type of the object.Return value
FieldAnimation type identifier.Last update:
2021-02-17
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)