Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 466 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 466 Bytes

height-map-test

Experimental 2.5D voxel-like rendering of height map (CPU rendered)

Algorithm

Just does ray-casting like the original Wolfenstein 3D, but instead of stopping at the first block it will continue through all the blocks to render a height map.

Demo

https://clinuxrulz.github.io/height-map-test/index.html

Screenshot

height-map-screenshot