diff options
-rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -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. |