Solar System simulation made with OpenGL/GLUT.
- OpenGL/GLUT
$ sudo apt-get update
$ sudo apt-get install freeglut3-dev
$ ./generator plane <units> <divisions> <filename>
$ ./generator box <units> <divisions> <filename>
$ ./generator cone <radius> <height> <slices> <stacks> <filename>
$ ./generator sphere <radius> <slices> <stacks> <filename>
$ ./generator tronco <radius1> <radius1> <height> <slices> <stacks> <filename>
$ ./engine <path> <xml_file>
- (→) Rotate the camera to the right.
- (←) Rotate the camera to the left.
- (f) Toggle xyz axis render.