Describes the NxParameterized::Interface for 'WindFSAssetParams' : Contains the asset properties for this Wind Field Sampler. More...
#include <params.h>
Public Attributes | |
Vec3 | fieldDirection |
'fieldDirection' : field direction. | |
F32 | fieldDirectionDeviationAngle |
'fieldDirectionDeviationAngle' : field direction deviation angle (in degrees). | |
F32 | fieldDirectionOscillationPeriod |
'fieldDirectionOscillationPeriod' : field direction oscillation period in seconds. | |
F32 | fieldStrength |
'fieldStrength' : field strength. | |
F32 | fieldStrengthDeviationPercentage |
'fieldStrengthDeviationPercentage' : +/- field strength deviation percentage. | |
F32 | fieldStrengthOscillationPeriod |
'fieldStrengthOscillationPeriod' : field strength oscillation period in seconds. | |
F32 | fieldDragCoeff |
'fieldDragCoeff' : Field drag coefficient. When it equals to 0, then the field is applied as a direct velocity. | |
F32 | fieldWeight |
'fieldWeight' : A weight for the field, it controls how strongly the field affects particles | |
String | fieldBoundaryFilterDataName |
'fieldBoundaryFilterDataName' : The filter data name for WindFS vs Field Boundaries interaction. | |
String | fieldSamplerFilterDataName |
'fieldSamplerFilterDataName' : The filter data name for WindFS vs other Field Samplers interaction. |
Describes the NxParameterized::Interface for 'WindFSAssetParams' : Contains the asset properties for this Wind Field Sampler.
WindFSAssetParams contains 10 fully qualified names --------------------------------------------- 1 : Vec3 fieldDirection 2 : F32 fieldDirectionDeviationAngle 3 : F32 fieldDirectionOscillationPeriod 4 : F32 fieldStrength 5 : F32 fieldStrengthDeviationPercentage 6 : F32 fieldStrengthOscillationPeriod 7 : F32 fieldDragCoeff 8 : F32 fieldWeight 9 : String fieldBoundaryFilterDataName 10 : String fieldSamplerFilterDataName
'fieldBoundaryFilterDataName' : The filter data name for WindFS vs Field Boundaries interaction.
'fieldDirection' : field direction.
'fieldDirectionDeviationAngle' : field direction deviation angle (in degrees).
The fieldDirectionDeviationAngle parameter controls the deviation in angle of the field direction.
'fieldDirectionOscillationPeriod' : field direction oscillation period in seconds.
The fieldDirectionOscillationPeriod defines the period of the field direction oscillation. If the fieldDirectionDeviationAngle is non-zero the period of each sinusoidal cycle will be this parameter in seconds.
'fieldDragCoeff' : Field drag coefficient. When it equals to 0, then the field is applied as a direct velocity.
'fieldSamplerFilterDataName' : The filter data name for WindFS vs other Field Samplers interaction.
'fieldStrength' : field strength.
'fieldStrengthDeviationPercentage' : +/- field strength deviation percentage.
The fieldStrengthDeviationPercentage parameter controls the deviation in % of the field strength.
'fieldStrengthOscillationPeriod' : field strength oscillation period in seconds.
The fieldStrengthOscillationPeriod defines the period of the field strength oscillation. If the fieldStrengthDeviationPercentage is non-zero the period of each sinusoidal cycle will be this parameter in seconds.
'fieldWeight' : A weight for the field, it controls how strongly the field affects particles