Submitted the project using only translation and zoom in the bonus -> got 110.
Now working on color gradients, rotations and other views.
This project involves creating a wireframe model of a 3D landscape where all surfaces are outlined in lines. The program reads coordinates from a .fdf
file and renders the landscape in isometric projection using the MLX42 library.
fdf
Makefile
*.h
files*.c
files
NAME
all
clean
fclean
re
- A file in the format
*.fdf
Libft
The project requires creating a wireframe model of a landscape by linking various 3D points (x, y, z) with line segments (edges). For this program i used:
- MLX42 for graphical operations.
- Include a Makefile that compiles the source files without relinking.
- The program must render the model in isometric projection.
- The landscape coordinates are stored in a
.fdf
file passed as a parameter to your program.
To render the landscape using the example file 42.fdf
:
$> make
$> ./fdf maps/test_maps/*choose a map*