Geometric Primitives: Assignments


Basic

1 - Write a program to parse and write a polygonal approximation of an sphere primitive. The program should read a file in S3D-SDL format an write the mesh in OFF format.

2 - Implement a new geometric primitive. For example, a cone.

3 - Write a program to convert a mesh in OFF format to S3D-SDL format.