vinivendra / metal-metaballs

A 'playground' project for rendering metaball-like graphics in metal.
45 stars 5 forks source link

Improve metaball culling #12

Open vinivendra opened 7 years ago

vinivendra commented 7 years ago

Metaballs are currently culled when they're too far away to influence the scene significantly. However, this means their edges also disappear, which shouldn't happen.

Referenced by // FIXME: [#12] in code.