al20ov / 3DSphereGenerator

A C program that generates a sphere and writes it to an .obj file. Uses stdio.h and math.h

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3DSphereGenerator

  • To compile, use make and execute with ./generator <integer>. The output will be a file called object.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

About

A C program that generates a sphere and writes it to an .obj file. Uses stdio.h and math.h


Languages

Language:C 86.4%Language:Makefile 13.6%