]> Pileus Git - grits/commit
Add GritsVolume for 3D volume rendering
authorAndy Spencer <andy753421@gmail.com>
Mon, 24 Jan 2011 03:30:34 +0000 (03:30 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 24 Jan 2011 03:30:34 +0000 (03:30 +0000)
commitaae93be6e35c5c760d87f08e7993194adf1f6e44
tree8e9396fd916264d2b53b33043ee6f9483ebb9e9f
parentae7b2d9e5f5bae86f1d50ee68c8dee109a66ed5f
Add GritsVolume for 3D volume rendering

This is based on the Marching Cubes algorithm.

Be warned, the API for this is not quite entirely stable..
src/grits.h
src/objects/Makefile.am
src/objects/grits-volume.c [new file with mode: 0644]
src/objects/grits-volume.h [new file with mode: 0644]
src/objects/marching.c [new file with mode: 0644]
src/objects/marching.h [new file with mode: 0644]