pbardea / metaballs

Metaballs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metaballs

// TODO: Code was hacked together. Should be cleaned up.

JavaScript Metaballs based on blog post from: http://jamie-wong.com/2014/08/19/metaballs-and-marching-squares/

Note: resolution for all 'final' gifs below is 300 x 200, and 15 x 10 for the 'debug' ones.

Linear Interpolation

Final:

Preview

Debug mode:

metaballsdebug

Filled With Linear Interpolation

Final:

filled

Debug:

filleddebug

Marching Square Without Interpolation

Final:

metaballsnointerlop

Debug:

metaballsdebugnointerlop

Blocks

Final:

blockyfinal

Debug:

blockydebug

test

About

Metaballs


Languages

Language:JavaScript 95.9%Language:HTML 4.1%