Heat effect/blur

I’m making a realistic game, I built a big radiator and I want to have effects like this:


[Heat behind engine]

Is this somehow possible with particles or some kind of plugin?

8 Likes

well you can use smoke and transparency to look like that

That doesn’t really look real good
https://gyazo.com/e1cad4db5ed554a335fe6570402a10aa

3 Likes

Possibly DepthOfField when it comes out very soon. But for now, particles are your only choice.

1 Like

Do you have any suggestions on what texture I should make/search for? How would a texture for such a blur look like?

1 Like

Looks like the heat from the exhaust is bending what we observe behind the jet.

I noticed glass has this effect. Maybe try spawning several spheres with glass material and play with the motion and transparency properties. (caution) render lag.

[edit]

Wow, don’t do this… lol

10 Likes

maybe you use any shock wave that in google
i think it till help if you don’t. try cloud picture to particle emitter

1 Like

It is difficult to achieve a heatwave effect that looks good. I believe that the best way to make one is by using a beam with a zebra or wavy pattern.

Video example using the Zebra pattern:

Two planes with two type heatwaves.

Heatwave.rbxl (119.7 KB)

36 Likes

Feedback

To understand this phenomenon, you would have to understand the science behind it. This blur effect happens when extreme heat is exposed to air, causing rapid endothermic reactions. These reactions cause turbulence and that turbulence is occurring so quickly, it has actually become visible. To make something like this in Roblox, you will need a very advanced system. The only idea I have is to put actual blocks (CollisionOff) on the back of the jet with either a special GUI or playing with transparency. Sadly, I am unaware of any Plugin that does such.

5 Likes

…ooor you can just blur the area where the jet of extreme heat is supposed to be. Roblox doesn’t have this right now, sorry. But you don’t need extreme RTX 2000000 ray tracing to simulate heat haze (which is what this is called).

4 Likes

Wow great solution @28Y8:clap:

This might be slightly off topic because I’m not sure how much this applies to big radiators. But if you play with the width, texture length and speed with a script during run-time you can make the amount of force noticable.

roblox jet

6 Likes

That’s hard to say, considering there isn’t any possible way to add texture to a blur in studio. :frowning:

1 Like