wip readme presentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# cube3D
|
# cube3D
|
||||||
---
|
---
|
||||||
|
|
||||||
This project is a 3D mini game, that uses raycasting to produce a FPP (first person perspective), just like in Wolfenstein3D or Doom.
|
This project is a 3D mini game, that uses raycasting to produce a FPP (first person perspective), something like Wolfenstein3D or Doom.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ And change the map itself :
|
|||||||
# raycasting
|
# raycasting
|
||||||
---
|
---
|
||||||
|
|
||||||
Raycasting is a technic that creates the illusion of 3D with very low computational power.
|
Raycasting is a technic that creates the illusion of 3D with low computational power.
|
||||||
|
|
||||||
This technic has the hability to not show hidden area by design, which is a great simplification for rendering.
|
This technic has the hability to not show hidden area by design, which is a great simplification for rendering.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user