3D Voxel rendering

I'm working on a realtime terrain renderer by using voxels, could be nice to add to your games. I've uploaded a demo with source code and project files at http://www.omnytex.com/pf/fileexchange/fileexchange.asp.
It is still too slow and the quality is not as good as it can be. I'll try to implement fixed point math which should speed it up, and bilinear filtering on the height map and the texture those should drastically improve the quality. Another thing is correcting the fish eye effect.
regards, Joost Bruneel
It is still too slow and the quality is not as good as it can be. I'll try to implement fixed point math which should speed it up, and bilinear filtering on the height map and the texture those should drastically improve the quality. Another thing is correcting the fish eye effect.
regards, Joost Bruneel