lib.point.particles.ParticleSystem - tooll3/t3 GitHub Wiki
Emits particles on emit points and applies the connected forces.
Some of the forces uses the partcile radius for collision calcuation. The radius is set on emit time by the emit point W attribute and the RadiusFromW factor. For consistency we aligned that factor with the default point size for [DrawPoints] which renders points with a radius of 1/100 units..
Please check the howto linked below [HowToUseParticles].
Name (Relevancy & Type) | Description |
---|---|
EmitPoints (BufferWithViewsRequired) | - |
Emit (Boolean) | - |
Reset (Boolean) | - |
MaxParticleCount (Int32) | - |
InitialVelocity (Single) | - |
RadiusFromW (Single) | - |
Speed (Single) | - |
OrientTowardsVelocity (Single) | - |
Drag (Single) | - |
AgingRate (Single) | - |
MaxAge (Single) | - |
SetWTo (Int32) | - |
ParticleEffects (ParticleSystemRelevant) | - |
EmitMode (Int32) | - |
Name | Type |
---|---|
OutBuffer | T3.Core.DataTypes.BufferWithViews |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.