0 Members and 1 Guest are viewing this topic.
Attached is a CAS-compatible demo
@DJ Omnimaga: The floors will all be separated by textured walls, so no two floors will ever intersect.
Quote from: bwang on April 06, 2010, 12:07:22 am@DJ Omnimaga: The floors will all be separated by textured walls, so no two floors will ever intersect. What about a higher floor, then a lower floor? Then the textured wall is facing away from you, and cannot be seen. Example from the raycaster I wrote a while back in Python:As you can see, I solved this problem by making the floor a different shade on each level.
Also if the background image scrolls with the player's rotations, the rotation of the walls around the camera will look more realistic.