Unigine.FieldSpacer Class
Inherits: | Field |
This class allows you to create and modify field spacer objects.
See Also
- A FieldSpacer class to edit spacer fields by using C++ API
- A set of samples located in the data/samples/fields/ folder:
- spacer_00
- spacer_01
- spacer_02
FieldSpacer Class
Members
static FieldSpacer(vec3 size)
Creates a new field spacer of the specified size:- If the field spacer 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 spacer along X, Y and Z axes in units.
FieldSpacer cast(Node node)
Casts a FieldSpacer out of the Node instance.Arguments
- Node node - Node instance.
Return value
FieldSpacer instance.FieldSpacer cast(Field base)
Casts a FieldSpacer out of the Field instance.Arguments
- Field base - Field instance.
Return value
FieldSpacer instance.void setAttenuation(float attenuation)
Sets an attenuation factor value for the Field Spacer.Arguments
- float attenuation - A new attenuation factor value. If a too small value is provided, 1E-6 will be used instead.
float getAttenuation()
Returns the current attenuation factor for the Field Spacer.Return value
The attenuation factor value.void setEllipse(int ellipse)
Transforms a cubical Field Spacer into an ellipse-shaped one.Arguments
- int ellipse - 1 for the ellipse-shaped field spacer, 0 for the field spacer in a form of a cube.
int isEllipse()
Returns the size of the Field Spacer.Return value
1 if the Field Spacer is of an ellipse shape; otherwise, 0.void setSize(vec3 size)
Sets a size for the Field Spacer.Arguments
- vec3 size - A size of the field spacer along the X, Y and Z axes in units. If a negative value is provided, 0 will be used instead.
vec3 getSize()
Returns the size of the Field Spacer.Return value
The size of the Field Spacer in units.int type()
Returns the type of the object.Return value
FieldSpacer type identifier.Last update: 2018-08-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)