aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4d47efa..0aabdca 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
-# 3D triangle renderer
+3D triangle renderer
+====================
Short interactive C program for rendering 3D triangles.
-## Compiling
+Compiling
+---------
The only requirements are the SDL2 devel files.
@@ -10,7 +12,8 @@ The only requirements are the SDL2 devel files.
make
```
-## Controls
+Controls
+--------
- **W,A,S,D** for moving.
- **M** for toggling mouse-lock.
@@ -19,7 +22,8 @@ make
- **I** for object importing.
- **=/-** for increasing/decreasing speed.
-## Object files
+Object files
+------------
Object files are a modified/simplified version of standard .obj files.
Available potions are the following:
@@ -31,7 +35,8 @@ Available potions are the following:
Lines that start with any other character will be ignored.
-## TO-DO List
+To-Dd List
+----------
- use matrix math instead of trigonometric formulas.
- crop triangles close to screen.