Skip to main content
edited title
Link
user1430
user1430

Voxel Rendering Is a voxel engine appropriate for a Minecraft-like game?

Tweeted twitter.com/#!/StackGameDev/status/66248675470491648
Source Link
nahano
  • 680
  • 1
  • 9
  • 13

Voxel Rendering

Why does Minecraft use polygons to draw the world terrain instead of voxels? Would a voxel based rendering engine be appropriate for a fully destructible game world built out of cubes like Minecraft? Would it be more efficient than using polygons?