Given an octree of voxels, how do you render with smooth surfaces?
- by Pyrolistical
I noticed most 3d voxel models are actually pretty low resolution, but then are rendered all smoothed out with some sort of interpolation.
Given its ray traced, what is the algorithm used to render it smoothly? Could anybody suggest a book on the topic?