IMPLICIT SURFACES

Gouraud shaded Blobby Spheres Blobby Spheres sampled with particles distributed uniformly Marching Cubes showing solid surface and transversed cubes Complex blobby system Resulting mesh after Triangulization


Implicit Surfaces are a very interesting research area.

While still not supported by any hardware, useful rendering and visualization techniques are required to be able to work with Implicit Surfaces in real time. Among other things areas of Mathematical Analysis, Linear Algebra, Physics, Algorithms, and Performance Engineering are all concerned with the study of Implicit Surfaces.

Back in 2002 I earned my Bachelor degree in Computer Science working with Sampling and Visualization of Implicit Surfaces, together with N. Gulzar. There're several ways of rendering these incredible surfaces, but my approach uses particles to sample and control the surfaces.

The thesis about my work can be downloaded here: Sampling and Visualization of Implicit Surfaces (2.8mb)
- please note it's only available in danish

The application I implemented during my work can be downloaded here: Blobby (64k)
- requires hardware supported OpenGL and a somewhat fast CPU
- a quick reference of how to control the application can be found in section 7.5 in the thesis

I've later extended my work to use new kinds of implicit objects other than Blobby Spheres, and other kinds of rendering methods. The ladder includes Marching Cubes and Marching Triangles. No paper on my work with Maching Cubes/Triangles does yet exist.

A primitive test demo of the Marching Cubes algorithm can be downloaded here: Cubes (45k)
- early tests animating 4 implicit spheres using a non adaptive subdivision
- performance has yet not been taking into consideration
- new commands: [C] to show cubes on/off - [A] to switch between tranversed cubes or all cubes

A small video clip (6 sec.) of the my Marching Cubes algorithm, rendered using a sub division of 5, is avaible here: MC Example (650k)
- you'll need at least the DivX v5.02 codec to play this avi - www.divx.com
- only the surfaces are shown, all cubes have been omitted


Micky K. Christensen
- XenoMorph, GlowingGoo research