Search code examples
javascripthtmlthree.jsaframe

Creating Precipitation in AFrame


I'm creating a game in aframe, and thought it would be really cool to make it start raining. I don't even know where to start, and any way I can think of such as using animations isn't working. So any help I can get would be nice. Thanks! :)

I would like the rain to be in the shape of little rectangular prisms.


Solution

  • https://github.com/IdeaSpaceVR/aframe-particle-system-component

    <a-entity particle-system="preset: rain">
    
    <a-entity particle-system="preset: snow">