Blender Git Loki
Git Commits -> Revision 62dd488
September 4, 2009, 06:55 (GMT) |
* New and improved voxel interpolation methods, from Alfredo. Now there is (in order of speed): * Nearest neighbour (very rough quality) * Linear (medium quality) * Quadratic (good quality) * Cubic Catmull-rom (very good quality, crisp) * Cubic B-spline (very good quality, smooth) Thanks! |
Commit Details:
Full Hash: 62dd488ad16911620137ac655ae2f5980374c2bc
SVN Revision: 22984
Parent Commit: 6caff6b
Lines Changed: +136, -227