Scene with smoke effect

Hello All,
Just want to share a scene with smoke effect that I am building for a project.
Added mouse follow-on for the bot head.

Here is the live link: deploy3

Source code if want to tinker with: https://bit.ly/3MOm0LA

1 Like

It looks nice.

How did you make the smoke? Several rotating clouds with overlapping transparency?

I followed Nik’s codepen example.

His idea is about using smoke png image in a Lambert Material with depthwrite = false, and this helps in overlapping transparency.

Thank you for the feedback. All the credit goes to Nik Lever.

1 Like