You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FDF is a project that aims to create a simple 3D height-map renderer. The program takes a map file as input and creates a graphical representation of it.
FDF is a 42 network curriculum project all about building a 2D/3D wireframe model using minilibx. Fdf is a fun project that will teach you all about line drawing algorithms and linear transformations
This projects seeks to show the basics of graphic programming, and in particular how to place points in space, how to join them with segments and most importantly how to observe the scene from a particular viewpoint.