Y
Hacker News
new
|
ask
|
show
|
jobs
by
tylerdiaz
4944 days ago
Looks like he's ray casting it, no 3D code implemented, just the illusion itself.
2 comments
antirez
4944 days ago
Well... actually the code contains a minimal 3D engine, it is not an illusion, you have the observer variable and could use it to navigate inside the map created in the initialization function. What is more 3D than that? :-)
link
Jare
4944 days ago
There is no explicit geometry, polygons, or GPU acceleration, but raycasting in 3D is certainly 3D.
link