How to create texture of snow and particles in Unreal engine 4

5

I'm trying to create a map where it's full of snow, but I could not find any tutorial in Portuguese, or even a tutorial in English, which is very explanatory.

I want to put snow particles in a storm. I also want to get collisions with the snow falling on the ground.

If anyone has any tips or tutorials, I appreciate it.

    
asked by anonymous 12.10.2015 / 02:26

1 answer

1

Snow on Unreal Engine 4

To create the effect you want, Cascade and Particle Systems are used.

The Blizzard effect is a% composite of a significant increase of small particles using a GPU Sprite Particle System .

Readmore(documentationinEnglish), click

    
22.04.2016 / 14:16