3D voxel style engine
3D voxel style engine
While serching for something in Google, I stumbled upond this. http://www.bluetights.net/theplanet/sho ... hp?t=28292 Someone has made an interesting voxel engine. Instead of using sprite squares, they used 3D cubes. There is a lot of small surfaces to be drawn, but a modern processer can render a playable world.
You can also do "fake 3D" with voxels and tile them isometrically. I've discovered that the "tile" that you use for each voxel can be as small as 2x2 pixels, oddly enough, and it works. Take a look at this image:

If you zoom in, you can see a single "voxel" on the left, and how I've composited it into two larger isometric cubes on the right. The results are a bit jagged, unfortunately, but given a voxel color map they're really easy to generate and get a feel for the object.

If you zoom in, you can see a single "voxel" on the left, and how I've composited it into two larger isometric cubes on the right. The results are a bit jagged, unfortunately, but given a voxel color map they're really easy to generate and get a feel for the object.