A fun project to visualize 3D landscapes in isometric projection, applying line drawing algorithms, linear transformations, and height-map rendering.
-
Updated
May 15, 2023 - C
A fun project to visualize 3D landscapes in isometric projection, applying line drawing algorithms, linear transformations, and height-map rendering.
This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.
All programs that you wrote until now were executed in text mode on your terminal. Now, let’s discover something more exciting: how to open a graphics window and draw inside? To start your journey in graphic programming, FdF offers to represent “iron wire” meshing in 3D.
Add a description, image, and links to the 3d-projection-to-2d topic page so that developers can more easily learn about it.
To associate your repository with the 3d-projection-to-2d topic, visit your repo's landing page and select "manage topics."