mogaika / god_of_war_browser

https://discord.gg/u6x3Z9v6Ed
41 stars 25 forks source link

I just want to know this technique they used to make Ares fire texture looks like this #38

Closed aniszeus closed 3 years ago

aniszeus commented 3 years ago

ares technique ares technique2

mogaika commented 3 years ago

Usual mesh: image

Mesh with material that has such options: "DisableDepthWrite": true, (a common option when you need to render additive mesh) "RenderingAdditive": true, (additive rendering usually used for particles, all additive objects rendered after usual ones) Material UV animated to be scrolled in one direction image

Also, there is an animation of material color, but it's not parsed and not showed in gow browser image

aniszeus commented 3 years ago

Thanks for the information