pmndrs / postprocessing

A post processing library for three.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement ShockWaveEffect

vanruesc opened this issue · comments

Description

Implement a ShockWaveEffect.

References:

Tasks

  • Create ShockWaveEffect.
  • Create shock-wave demo.
  • Add unit test.

Implementation Details

  • The spherical shock wave should be depth-aware.
  • Support multiple simultaneous shock waves.
    • The maximum number of shock waves should be configurable.