Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 858 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 858 Bytes

Icicle Bubbles

Live demo | Video

Icicle Bubbles is a WebGL experience by Edan Kwan. Unlike traditional 3D metaball effect, it only blends the depth. Which means there is no transparency support but in that case there is no need to deal with the blocked mesh. For the light scattering effect, it is faked by the depth blend and the depth blur with upside/downside rendering.

For more information about the cheap metaball technique, please check out my blog post.

Development and deployment

  • dev: node dev
  • deploy: node build

License

This experiment is under MIT License.