/ripple-3d-animation

Animating a 3d water ripple.

Primary LanguageJavaScript

Ripples Animation

An exercise in 3d-rendering: animation a ripple or wave effect through a pool of water (represented as a grid of bars with height indicating the surface-level of the water).

Built With:

  • three.js
  • Browserify

Animation:

hi there

Next Steps:

  • Figure out how to make it more efficient, so it's not running a double for loop with every animation frame. Just set height instead of destroying and recreating every box every frame.