This is my version of Fdf project from 42. This software provides a wireframe representation of 3D terrains.
How to use Fdf
make
run ./fdf with one of any file given in test_maps/
-
Map scaling and centering
-
Window resolution
-
4 Displays: Iso, para, flat and perspective correct
1 2 3 4
- Map movement
⇦ ⇨ ⇧ ⇩
- Altitude increasing and decreasing
+ -
- Zoom
Mouse scroll
- Rotations
1 2 for X rotation
4 5 for Y rotation
6 7 for Z rotation
(numpad)
OR
Mouse drag (X and Z rotations)
- Black & White mode
B
- Show middle of faces / triangles / nothing
M
- Color modes (pick up, file colors or earth-like)
C
- Scaling of earth-like colors
< >
- Debug utils
D
- Anti-Aliasing
A
- 3 Polygons carving (only in perspective correct mode)
P
- Fill object or not (only in perspective correct mode)
F
- Light (only in perspective correct mode)
L
- Trace edges (only in perspective correct mode)
T
- Edges color, black or white (only in perspective correct mode)
E
Lucas Nicosia