Particles to have a soft collision option (with a radius)
See original GitHub issueWhich version are you using? 1.18.11
Is the latest version affected?
- Yes
- No
Which library are you using?
- Vanilla JS (
tsparticles
) - React (
react-tsparticles
) - Vue.js 2.x (
particles.vue
) - Vue.js 3.x (
particles.vue3
) - Angular (
ng-particles
) - Svelte (
svelte-particles
) - Preact (
preact-particles
) - Inferno (
inferno-particles
) - jQuery (
jquery-particles
)
Is your feature request related to a problem? Please describe.
This is what I’m going for:
And this is how it’s currently looking (it’s random, but you get the idea):
Describe the solution you’d like I want the particles to be a bit more spread out. Avoid clumping, or all being on one side etc…
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
Soft Body Collision Properties dynamics node - SideFX
The Soft Body Collision Properties DOP defines how a soft body object, ... the collision radius is applied only on the front side...
Read more >Collision module - Unity - Manual
Radius Scale, Setting for 2D or 3D. Collision Quality, Use the drop-down to set the quality of particle collisions. This affects how many...
Read more >Collision Emitter - Foundry Learn
The collision emitter is used to emit particles into a particle simulation whenever a collision event happens between two or more dynamics bodies....
Read more >Predicting the impact of particle-particle collisions ... - OSTI.gov
The col- lisional radius determining the instance and outcome of a collision between two particles.
Read more >Containers — Flex Artist Tools 1.0 documentation
Collision Margin Particles The collision margin allows expanding the particle's radius during collision detection against particles. Because Flex performs ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@matteobruni Great, thanks for all your help! Love the project
In the upcoming
1.19.0
release there’s a repulse radius feature around particles (issue #609), maybe it’s what you’re requesting, isn’t it?