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. | |
Bool | bottomSphericalForce |
'bottomSphericalForce' : If this parameter true, radial forces in bottom sphere of the capsule will point to the center of sphere. | |
Bool | topSphericalForce |
'topSphericalForce' : If this parameter true, radial forces in top sphere of the capsule will point to the center of sphere. | |
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 14 fully qualified names --------------------------------------------- 1 : F32 boundaryFadePercentage 2 : Vec3 axis 3 : Bool bottomSphericalForce 4 : Bool topSphericalForce 5 : F32 height 6 : F32 bottomRadius 7 : F32 topRadius 8 : F32 rotationalStrength 9 : F32 radialStrength 10 : F32 liftStrength 11 : F32 fieldDragCoeff 12 : F32 fieldWeight 13 : String fieldBoundaryFilterDataName 14 : 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.
'bottomSphericalForce' : If this parameter true, radial forces in bottom sphere of the capsule will point to the center of sphere.
'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.
'topSphericalForce' : If this parameter true, radial forces in top sphere of the capsule will point to the center of sphere.