lilleyse / Sparse-Texture-Voxels

GigaVoxels + Sparse Textures
13 stars 4 forks source link

Padding 3D Texture #88

Open nopjia opened 12 years ago

nopjia commented 12 years ago

To prevent linear interpolation with adjacent black-zero-alpha neighbor pixels

nopjia commented 12 years ago

possible method: offset fragment using normal

nopjia commented 12 years ago

possible method: box blur pass on the 3d texture

nopjia commented 12 years ago

possible test nearest on trilinear, manual linear between mips

nigon1 commented 6 years ago

possible method: box blur pass on the 3d texture