I'm looking to work with OpenGl and C++ to generate a procedural real-time metaball animation.

Can anyone suggest a good resource/tutorial for generating metaballs, and/or implementing the marching cube algorithm.

I've spent a fair amount of time googling but having never done anything more complicated than basic GLSL shaders/basic procedural terrain generation/simple particle generation with OpenGL, I'm finding it hard to sort the wheat from the chaff.

Thanks for any help!

link|improve this question
Cuda or OpenCL might be better suited for this type of thing. – tkerwin Dec 2 '10 at 8:00
@up, negative- I'm pretty sure I've seen a DX10 geometry shader demo with metaball animation. Should certainly be doable on OpenGL/GLSL. – Kos Dec 2 '10 at 9:07
feedback

1 Answer

The NVIDIA CG Isosurface demo might help you out. It includes a metaball implementation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.