Live data from Hacker News

Voxel Displacement Renderer – Modernizing the Retro 3D Aesthetic

blog.danielschroeder.me

11–12 of 12 posts

Re: Voxel Displacement Renderer – Modernizing the Retro 3D Aesthetic

#11
post #7

This looks really neat, but I’m very confused on what it meant by “voxels” in the demo itself. Minecraft makes sense, I’m just not seeing where there are “voxels” in the author’s engine… it looks very much like (and is described explicitly as) low poly meshes with displacement mapping. Where is the voxel grid?

I see it more like the voxels in the game "Comanche". So, a height map.

Voxel means "volume element", like a pixel means "picture element". A "pixel" in a height map is not an element of a picture but an element of a volume, so, a voxel.

Re: Voxel Displacement Renderer – Modernizing the Retro 3D Aesthetic

#12
This is wonderful; please develop this further, and use in an actual game!

I'm very much longing for game graphics being not movie-like. I want to feel inside a game, which has its internal logic and aesthetics, but which is not trying to copy the real world to the very minute detail. The movie-like quality breaks down due to various limitations, and we end up in the uncanny valley, where the world looks real but feels like a puppet show.

What made Doom great was not only its gameplay and art, but also its kinda realistic but not realistic light and animation. What made Monument Valley great was exactly the departure from the real-life geometry The in-your-face pixelization / voxelization of Minecraft not only did not repel the kids who never saw 8-bit games, but became iconic.

What sets out the voxel displacement rendering for me is the departure from flat and glossy low-poly surfaces and edges (which the author pays special attention to). Real-world textures are rarely glossy, and edges are rarely sharp. But modeling it the way it's done in some modern games is apparently crazy expensive and requires colossal graphical assets, such that are out of reach of a typical modder. The author's approach achieves the feeling of a nice palpable texture with low-poly geometry and low-res textures; it's very promising.

Post reply on HN