Home › Forums › Graphics / Blender › Particles ?
Tagged: particles
- This topic has 5 replies, 4 voices, and was last updated 1 year, 10 months ago by
Bazuzu.
-
AuthorPosts
-
2023-06-03 at 7:03 pm #64338
Bazuzu
CustomerGreetings, i have a task to implement some effects into my webgl scene. Is it possible to make any Smoke effect for example ?
My thoughts were to make some animation with polygons to immitate a smoke. Are there any other options? may be by dynamic moving shader? or may be some webgl particle support ? anything?
Thank you.2023-06-03 at 7:26 pm #64339xeon
CustomerVerge3d does not support particles natively but you could try to implement threejs particles.
However sprite sheets are probably the easiest. You can create particle renderings in blender or in a motion graphics program. Rendered image sequence with alpha then create a large grid based image you can traverse with UVs via key frames or using the animate puzzle.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2023-07-01 at 6:46 pm #64958Bazuzu
CustomerThank you for advice.
2023-07-02 at 5:55 pm #64962bigcatrik
ParticipantYou can set the particles to render as an object and use the “bake” method described here:
On the page it sends you to scroll down to the third revision of the script for Blender 2.8+:
https://blender.stackexchange.com/questions/4956/convert-particle-system-to-animated-meshes
I also had to scale the particles to zero at the end of their lifetime using this method to get them to disappear.
https://blender.stackexchange.com/questions/114300/how-to-affect-particle-size-over-time
Someone sells an add-on on Gumroad that does it too but I haven’t tried that: https://blenderartists.org/t/cake-particles-bake-your-particles-as-keyframed-objects/1378059
There may be other ways, I’m not a Blender guru.
2023-07-04 at 8:36 am #64980Pavel Kotov
StaffHey! What a nice timing! I am actually making a tutorial about faking particle system in Verge
It won’t be about this type of particles though, but this method will work nicely for sparks.
Anyway that’s an interesting idea, I will look at it in my free time! Maybe it’ll make another tutorial :)https://v3d.net/nf1
https://www.youtube.com/@Contret
https://x.com/_Contret
https://www.behance.net/Contret
https://www.artstation.com/contret
https://vimeo.com/user1750839462023-07-04 at 1:47 pm #64985Bazuzu
CustomerOu my guys, thank u all for all that help and advices.
Like i rly love Verge3D and how it develops. AR/VR its great to develop, but seems like that would be usefull to have more setting and opportunities to make stunning projects Or for WebSites background, Or even for your applications , with Smoke, firesparks, Camera setting effects e.t.c the projects will be just stunning! -
AuthorPosts
- You must be logged in to reply to this topic.