fix: render *
fix: - fix texture for each direction (north texture is in north etc) - fix mirror textures (the left of each texture is at its left) - fix dimensions (walls are 1x1 for any window dimensions or FOV) - optimize render() dev: - add testmaps/good_directions_test.cub - add textures/test/*.xpm
This commit is contained in:
parent
184c8a60af
commit
6007f27510
14 changed files with 488 additions and 164 deletions
13
testmaps/good_directions_test.cub
Normal file
13
testmaps/good_directions_test.cub
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
F 255,127,0
|
||||
C 0,2,67
|
||||
EA textures/test/east.xpm
|
||||
NO textures/test/north.xpm
|
||||
SO textures/test/south.xpm
|
||||
WE textures/test/west.xpm
|
||||
111
|
||||
111110111
|
||||
10000N001
|
||||
111110111
|
||||
101
|
||||
101
|
||||
111
|
||||
Loading…
Add table
Add a link
Reference in a new issue