Advertisement

How to create these effects.

Started by April 09, 2018 12:25 AM
1 comment, last by Thiago Monteiro 6 years, 9 months ago

hi all,

how to implement this type of effect ? volumetric.png.3e85650884855611f1c91649b8cb6327.png

Also what is this effect called? this is considered volumetric lighting?

what are the options of doing this? 
a. billboard? but i want this to have the 3D effect that when we rotate the camera we can still have that 3d feel.

b. a transparent 3d mesh? and we can animate it as well?

need your expert advise.

 

additional:

2. how to implement things like fireball projectile (shot from a monster) (billboard texture or a 3d mesh)?

 

Note: im using OpenGL ES 2.0 on mobile. 

 

thanks!

Looking at the picture, my first intuition to do this would be to have multiple planes with the Hexagon texture blurred and with decreasing alpha the further away it is from the ground. Also, there seems to be an alpha gradient on the effect the further it is away from the camera. Changing this as you rotate the camera might be the tricky part.

There are likely more optimized ways of doing this, but maybe it's a starting point, so hope this helps.

This topic is closed to new replies.

Advertisement