Long name (short name) |
Argument types |
Properties |
-attribute(-at) |
string |
 |
|
Specifies the fluid attribute for which to set values. Valid
attributes are "velocity", "density", "fuel", "color", "falloff",
and "temperature". |
|
-xvalue(-x) |
|
|
|
Only set the first component of the vector-valued attribute
specified by the "-at/attribute" flag. |
|
-yvalue(-y) |
|
|
|
Only set the second component of the vector-valued attribute
specified by the "-at/attribute" flag. |
|
-zvalue(-z) |
|
|
|
Only set the third component of the vector-valued attribute
specified by the "-at/attribute" flag. |
|
-clear(-cl) |
|
|
|
-reset(-re) |
|
|
|
Set this attribute to default value |
|
-addValue(-ad) |
|
|
|
Add specified value to attribute |
|
-floatValue(-fv) |
float |
|
|
If this was a scalar (e.g. density) attribute, use this
value |
|
-vectorValue(-vv) |
float float float |
|
|
If this was a vector (e.g. velocity) attribute, use this
value |
|
-floatRandom(-fr) |
float |
|
|
If this was a scalar (e.g. density) attribute, use a random
value in +-VALUE If fv is specified, it is used as the base value
and combined with the random value. If the fv flag is not
specified, the base is assumed to be 0. |
|
-vectorRandom(-vr) |
float float float |
|
|
If this was a vector (e.g. velocity) attribute, use a random
value in +-VALUE If vv is specified, it is used as the base value
and combined with the random value. If the vv flag is not
specified, the base is assumed to be 0,0,0. |
|
-xIndex(-xi) |
int |
 |
|
Only return values for cells with this X index |
|
-yIndex(-yi) |
int |
 |
|
Only return values for cells with this Y index |
|
-zIndex(-zi) |
int |
 |
|
Only return values for cells with this Z index |
|
-lowerFace(-lf) |
|
 |
|
Only valid with "-at velocity". Since velocity values are
stored on the edges of each voxel and not at the center, using
voxel based indices to set velocity necessarily affects neighboring
voxels. Use this flag to only set velocity components on the lower
left three faces of a voxel, rather than all six. |
|