OpenGL - GLUT project
This Program creates non-self-intersecting Polygons in 2D with a custom line and fill color , triangulates them and extrudes them in 3D.
User Manual
To build go in the project Directory and use the following commands:
~ make
~ ./tron
1.Use the Right Mouse Button to open the Menu.
2.Select the Polygon option and create the polygon points with the Left Mouse Button When all your points are placed press the Right Mouse Button and the Polygon will be created. (before creating a polygon you can choose the line and fill color)
3.Press T to display the triangle lines.
4.Select the Extrude option and insert your Z value to the console to extrude the polygons in 3D and move the camera with the Arrows.