2

I can't get the snow I made to be visible in the final animation.enter image description here

aoifec250
  • 33
  • 3

1 Answers1

3

Particles are just points in space, by default have no geometry or anything for light to interact with so they do not render. There are several ways to render particles, but for your case I would use Object particles.

First create the object you want to use for the snowflakes. The level of detail depends on how close and in focus the snowflakes will be, but for most applications a simple circle with 8 vertices should work fine.

Next go to the Render rollout of the particle system and select Object and select the snowflake object to use for the particles.

enter image description here

PGmath
  • 25,106
  • 17
  • 103
  • 199
  • @aoifec250 Glad I could help! To mark that this question has been solved you can mark it as accepted by clicking the checkmark under the voting buttons. – PGmath Apr 11 '16 at 17:34