readme presentation

This commit is contained in:
asus
2024-01-19 11:38:57 +01:00
parent 10d44297b5
commit 8ff330b9d9

View File

@@ -1,7 +1,7 @@
# FDF - fil de fer (french for Wire) # FDF - fil de fer (french for Wire)
--- ---
This project is an introduction to 3D drawing. It takes a map file and render it with its height. It listen to keyboard event to apply transformations on it, such as translation, rotations, zoom, and change in altitude factor. This project is an introduction to 3D drawing. It takes a map file and render it with its height. It listen to keyboard events to apply transformations, such as translation, rotations, zoom, and change in altitude factor.
the input map is a simple text file that looks like this : the input map is a simple text file that looks like this :
@@ -59,7 +59,7 @@ $>
![example 3D of map after modifications](assets/fdf_loop_move_down_tube.gif) ![example 3D of map after modifications](assets/fdf_loop_move_down_tube.gif)
**change height :** **altitude factor :**
![example 3D of map after modifications](assets/fdf_loop_change_height_50.gif) ![example 3D of map after modifications](assets/fdf_loop_change_height_50.gif)