add items to TODO list
[anneal.git] / src / edu / berkeley / qfat / voxel / MarchingCubes.java
2009-03-04 megaczadd Marching Tetrahedrons code
2009-03-01 megaczchange MarchingCubes.march() to take a VoxelData rather...
2009-02-28 megaczMarchingCubes.java: snap points to grid if they are...
2009-02-28 megaczcomment
2009-02-28 megaczadjust MarchingCubes to use sampling fields where posit...
2009-02-28 megaczrefactor MarchingCubes to use only a single static...
2009-02-28 megaczreformat MarchingCubes, some refactoring
2009-02-28 megaczadd first draft of Marching Cubes codefg