Skip to main content

Meta_ParticleSystem

Module: Metanodes / Definitions

A ParticleSystem emits particles. It gets its transform from a parent Meta_Assembly.

#include <meta_particles.hpp>

Public Types

TypeName
enumBillboardMode { BillboardModeXY, BillboardModeXZ }
Values for Idx_BillboardMode.
enumBlendMode { Additive, AlphaBlend }
Values for Idx_BlendMode.
enumBurstDataTypes { BurstDataTypes_Time, BurstDataTypes_Min, BurstDataTypes_Max, BurstDataTypes_Cycles, BurstDataTypes_Intervals, BurstDataTypes_Count }
enumEmitShape { Sphere, Hemisphere, Cone, Box, Circle, Mesh }
Values for Idx_EmitShape.
enumIDX { Idx_Enabled, Idx_Duration, Idx_Looping, Idx_LifeSpanInputType, Idx_LifeSpanValue, Idx_LifeSpanMinMax, Idx_LifeSpanCurve, Idx_StartSpeedInputType, Idx_StartSpeedValue, Idx_StartSpeedMinMax, Idx_StartSpeedCurve, Idx_StartSizeInputType, Idx_StartSizeValue, Idx_StartSizeMinMax, Idx_StartSizeCurve, Idx_StartRotationInputType, Idx_StartRotationValue, Idx_StartRotationMinMax, Idx_StartRotationCurve, Idx_RotationDirectionRandom, Idx_LifetimeGradient, Idx_MaxParticles, Idx_MainTexture, Idx_BlendMode, Idx_SmoothDist, Idx_TilingMode, Idx_TextureTilesNumber, Idx_AnimationSpeed, Idx_BillboardMode, Idx_OrientU, Idx_OrientV, Idx_FlipU, Idx_FlipV, Idx_WorldSpace, Idx_ScaleMode, Idx_Lit, Idx_AlphaOrderOffset, Idx_EmitRate, Idx_Bursts, Idx_EmitShape, Idx_EmitShapeAngle, Idx_EmitMesh, Idx_EmitShapeSize, Idx_EmitShapeShell, Idx_EmitRandomDirection, Idx_VelocityOverLifetimeEnabled, Idx_VelocityOverLifetime, Idx_VelocityOverLifetimeMultiplier, Idx_VelocityLimitOverLifetimeEnabled, Idx_VelocityLimitOverLifetime, Idx_Damping, Idx_SizeOverLifetimeEnabled, Idx_SizeOverLifetime, Idx_SizeOverVelocityEnabled, Idx_SizeOverVelocity, Idx_SizeOverVelocityRange, Idx_RotationSpeedOverLifetimeEnabled, Idx_RotationSpeedOverLifetime, Idx_Force }
Property index.
enumParticleInputType { Value, MinMax, Curve }
Values for InputType properties.
enumScaleMode { ScaleModeNone, ScaleModeShape, ScaleModeFull }
Values for Idx_ScaleMode.
enumTilingMode { TilingModeNone, TilingModeRandom, TilingModeAnimated, TilingModeAnimatedRowRandom }
Values for Idx_TilingMode.

Public Types Documentation

enum BillboardMode

EnumeratorValueDescription
BillboardModeXY
BillboardModeXZ

Values for Idx_BillboardMode.

enum BlendMode

EnumeratorValueDescription
Additive
AlphaBlend

Values for Idx_BlendMode.

enum BurstDataTypes

EnumeratorValueDescription
BurstDataTypes_Time
BurstDataTypes_Min
BurstDataTypes_Max
BurstDataTypes_Cycles
BurstDataTypes_Intervals
BurstDataTypes_Count

enum EmitShape

EnumeratorValueDescription
Sphere
Hemisphere
Cone
Box
Circle
Mesh

Values for Idx_EmitShape.

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - If false particle system isn't drawn or updated.
Idx_Durationfloat - Duration of a cycle of the particle system
Idx_Loopingbool - If true, the system restarts at the end of each cycle
Idx_LifeSpanInputTypeParticleInputType (int) - Specifies the method of lifespan input for how long a particle lives, in seconds
Idx_LifeSpanValuefloat - data for Value mode
Idx_LifeSpanMinMaxvec2f - data for MinMax mode
Idx_LifeSpanCurvevector<float> - data for Curve mode
Idx_StartSpeedInputTypeParticleInputType (int) - Specifies the method of particle start speed input
Idx_StartSpeedValuefloat - data for Value mode
Idx_StartSpeedMinMaxvec2f - data for MinMax mode
Idx_StartSpeedCurvevector<float> - data for Curve mode
Idx_StartSizeInputTypeParticleInputType (int) - Specifies the method of particle start size input
Idx_StartSizeValuefloat - data for Value mode
Idx_StartSizeMinMaxvec2f - data for MinMax mode
Idx_StartSizeCurvevector<float> - data for Curve mode
Idx_StartRotationInputTypeParticleInputType (int) - Specifies the method of initial particle rotation input
Idx_StartRotationValuefloat - data for Value mode
Idx_StartRotationMinMaxvec2f - data for MinMax mode
Idx_StartRotationCurvevector<float> - data for Curve mode
Idx_RotationDirectionRandombool - Randomise rotation direction
Idx_LifetimeGradientlink - Specifies a gradient to use to control the lifetime of particles
Idx_MaxParticlesint - Maximum number of particles in flight at once. Special value of zero means no limit to the number of particles.
Idx_MainTexturelink - Specifies a texture containing particle sprite data to use for rendering the particles
Idx_BlendModeBlendMode (int) - Specifies the particle renderer blend mode
Idx_SmoothDistfloat - When part of a particle is within this distance of some background scene geoemtry, it will be faded over this distance to give a smoother appearance at intersections.
Idx_TilingModeTilingMode (int) - Specifies how to use the texture sprite sheet
Idx_TextureTilesNumbervec2i - for all tiling modes except None, specifies the number of tiles in the sheet (X,Y)
Idx_AnimationSpeedfloat - For animated tiling modes, specifies the speed multiplier for texture sheet animation
Idx_BillboardModeBillboardMode (int) - Specify how the particles should be aligned
Idx_OrientUbool -
Idx_OrientVbool -
Idx_FlipUbool -
Idx_FlipVbool -
Idx_WorldSpacebool -
Idx_ScaleModeScaleMode (int) -
Idx_Litbool -
Idx_AlphaOrderOffsetfloat -
Idx_EmitRatefloat - Rate at which particles are emitted, in particles-per-second.
Idx_Burstsvector<float> -
Idx_EmitShapeEmitShape (int) - Controls the initial position and direction of an emitted particle.
Idx_EmitShapeAnglefloat - For Cone and Circle, the angle range of the shape
Idx_EmitMeshlink - For Mesh, link to the mesh to use
Idx_EmitShapeSizefloat - Size of shape within which particles are emitted at random positions.
Idx_EmitShapeShellbool - If true, the particles are emitted from the shell of the shape rather than within it.
Idx_EmitRandomDirectionbool - If false, the particles are emitted in directions relating to the shape, if true the directions are completely random.
Idx_VelocityOverLifetimeEnabledbool -
Idx_VelocityOverLifetimevector<float> -
Idx_VelocityOverLifetimeMultiplierfloat -
Idx_VelocityLimitOverLifetimeEnabledbool -
Idx_VelocityLimitOverLifetimevector<float> -
Idx_Dampingfloat -
Idx_SizeOverLifetimeEnabledbool -
Idx_SizeOverLifetimevector<float> -
Idx_SizeOverVelocityEnabledbool -
Idx_SizeOverVelocityvector<float> -
Idx_SizeOverVelocityRangevec2f -
Idx_RotationSpeedOverLifetimeEnabledbool -
Idx_RotationSpeedOverLifetimevector<float> -
Idx_Forcevec3f - constant force applied to particles during their lifetime.

Property index.

enum ParticleInputType

EnumeratorValueDescription
Valuefloat specifies single value
MinMaxvec2 specifies minimum and maximum values
CurveVector specifies points on a catmull-rom spline.

Values for InputType properties.

enum ScaleMode

EnumeratorValueDescription
ScaleModeNone
ScaleModeShape
ScaleModeFull

Values for Idx_ScaleMode.

enum TilingMode

EnumeratorValueDescription
TilingModeNone
TilingModeRandom
TilingModeAnimated
TilingModeAnimatedRowRandom

Values for Idx_TilingMode.