Describes the NxParameterized::Interface for 'AttractorFSAssetParams' : Contains the asset properties for this Attractor Field Sampler. More...
#include <params.h>
Public Attributes | |
F32 | boundaryFadePercentage |
'boundaryFadePercentage' : Percentage of distance from boundary to center where fade out starts. | |
F32 | radius |
'radius' : Radius of the sphere where attracting force is acting. | |
F32 | constFieldStrength |
'constFieldStrength' : Coefficient that sets strength of the constant part of attracting force. | |
F32 | variableFieldStrength |
'variableFieldStrength' : Coefficient that sets strength of the variable part of attracting force. | |
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 AttractorFS vs Field Boundaries interaction. | |
String | fieldSamplerFilterDataName |
'fieldSamplerFilterDataName' : The filter data name for AttractorFS vs other Field Samplers interaction. |
Describes the NxParameterized::Interface for 'AttractorFSAssetParams' : Contains the asset properties for this Attractor Field Sampler.
AttractorFSAssetParams contains 8 fully qualified names --------------------------------------------- 1 : F32 boundaryFadePercentage 2 : F32 radius 3 : F32 constFieldStrength 4 : F32 variableFieldStrength 5 : F32 fieldDragCoeff 6 : F32 fieldWeight 7 : String fieldBoundaryFilterDataName 8 : String fieldSamplerFilterDataName
'boundaryFadePercentage' : Percentage of distance from boundary to center where fade out starts.
'constFieldStrength' : Coefficient that sets strength of the constant part of attracting force.
'fieldBoundaryFilterDataName' : The filter data name for AttractorFS vs Field Boundaries interaction.
'fieldDragCoeff' : Field drag coefficient. When it equals to 0, then the field is applied as a direct velocity.
'fieldSamplerFilterDataName' : The filter data name for AttractorFS vs other Field Samplers interaction.
'fieldWeight' : A weight for the field, it controls how strongly the field affects particles
'radius' : Radius of the sphere where attracting force is acting.
'variableFieldStrength' : Coefficient that sets strength of the variable part of attracting force.
Variable part of the force is proportional to this coefficient and inverse proportional to distance from the senter of attractor.