AdvancedParticleSystem with IrrEdit plugin
Re: AdvancedParticleSystem with IrrEdit plugin
Not in my opinion. In the first image you see a cloud of smoke generated 60 times per second (the car is quite fast at this point), but in the second image those clouds are distributed better, so that it doesn't look like that smoke is generated at fixed intervals. I guess I have to play around a little, e.g. generate more smoke, that should make it look better
Dustbin::Games on the web: https://www.dustbin-online.de/
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Re: AdvancedParticleSystem with IrrEdit plugin
Oh. From reading your post I assumed it should be continuous, not separate puffs.
Re: AdvancedParticleSystem with IrrEdit plugin
I remember we had the same problem in H-Craft. Vehicles moved fast and particles were only emitted after object-updates instead of between the last position and current.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: AdvancedParticleSystem with IrrEdit plugin
Didn't we add some code recently to distribute the particles? At least it would be possible to do so in the particle system.
Re: AdvancedParticleSystem with IrrEdit plugin
Hm, you added some better random generator ~10 months ago. Not sure right now if that was for the same problem. Could be - I haven't used it recently.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: AdvancedParticleSystem with IrrEdit plugin
No, the rng was not changed, I just exposed the interface and added another one which could be used instead.
Re: AdvancedParticleSystem with IrrEdit plugin
OK, so I see this seams important to other people as well . But the main idea behind this advanced particle system was just to get better (de)serialization and cloning, which is the most important point for me (e.g. all ammo is in the scene as template and just copied once a missile (or bullet) is shot, including the explosion (which is activated when something is hit)).
Dustbin::Games on the web: https://www.dustbin-online.de/
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames