Subversion Repositories gelsvn

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
595 4595 d 11 h jab /trunk/src/ Merged version  
382 6092 d 9 h jab /trunk/ a number of fixes  
214 6932 d 6 h jab /trunk/src/Geometry/ Load raw can now load a signed short volume
Elsewhere Vec3d has replaced Vec3f
 
191 7079 d 10 h jab /trunk/ So some changes have been made. Things are partly foobar in the volume
polygonizer and the trilinfilter. There is a dilemma - it is hard to
allow trilinear interpolation of vectors while disallowing gradient
computation of unsigned entities.
 
61 7187 d 6 h jab /trunk/src/Geometry/ Adding a lot of stuff:
- The KDTree class is useful for a great many projects.
- The voxel grid classes are also useful for many projects.
- fair_polygonize is my own little polygonizer which seems to work well.
- Polygonizer is bloomenthals polygonizer which has been C++'ified.