top of page

BabylonJS Post Processing

& Weather System

This is a group project. In this project, our goal is to contribute to and extend BabylonJS WebGL engine. Our main contribution relies on several post processing effects and a weather system.

​

List of specific BabylonJS features implemented in our project:

​

  • Post processing library:

    • Stylized cartoon post processing

      • Edge Detection (Sobel filter post processing)

      • Toonify (Kuwahara style post processing)

      • Paper effect post processing

      • paper frame

    • Pixelization

    • On screen rain

    • On screen frost

  • Material library

    • Raining ground material

    • Snow material

  • Day and night cycle class

  • Optimized sky material with clouds

​

To see more, please check https://github.com/HanmingZhang/Babylon.js.

bottom of page