Describes the NxParameterized::Interface for 'VortexFSAssetParams' : Contains the asset properties for this Vortex Field Sampler. More...
#include <params.h>
Public Attributes | |
F32 | boundaryFadePercentage |
'boundaryFadePercentage' : Percentage of distance from boundary to center where fade out starts. | |
Vec3 | axis |
'axis' : The primary axis of the vortex around which the particles will rotate. | |
F32 | height |
'height' : The height of the capsule volume of the vortex. | |
F32 | bottomRadius |
'bottomRadius' : The radius of the bottom sphere of the capsule. | |
F32 | topRadius |
'topRadius' : The radius of the top sphere of the capsule. | |
F32 | rotationalStrength |
'rotationalStrength' : Coefficient that sets strength of the rotational part of force. | |
F32 | radialStrength |
'radialStrength' : Coefficient that sets strength of the radial part of force. | |
F32 | liftStrength |
'liftStrength' : Coefficient that sets strength of the lifting part of 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 'VortexFSAssetParams' : Contains the asset properties for this Vortex Field Sampler.
VortexFSAssetParams contains 12 fully qualified names --------------------------------------------- 1 : F32 boundaryFadePercentage 2 : Vec3 axis 3 : F32 height 4 : F32 bottomRadius 5 : F32 topRadius 6 : F32 rotationalStrength 7 : F32 radialStrength 8 : F32 liftStrength 9 : F32 fieldDragCoeff 10 : F32 fieldWeight 11 : String fieldBoundaryFilterDataName 12 : String fieldSamplerFilterDataName
'axis' : The primary axis of the vortex around which the particles will rotate.
'bottomRadius' : The radius of the bottom sphere of the capsule.
'boundaryFadePercentage' : Percentage of distance from boundary to center where fade out starts.
'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
'height' : The height of the capsule volume of the vortex.
'liftStrength' : Coefficient that sets strength of the lifting part of force.
'radialStrength' : Coefficient that sets strength of the radial part of force.
'rotationalStrength' : Coefficient that sets strength of the rotational part of force.
'topRadius' : The radius of the top sphere of the capsule.