- To compile, use
make
and execute with./generator <integer>
. The output will be a file calledobject.obj
that you can open with pretty much any 3D modelling software (like Blender). - To remove any binary created by the compilation process, use
make clean
al20ov/3DSphereGenerator
A C program that generates a sphere and writes it to an .obj file. Uses stdio.h and math.h
C