https://github.com/codeaprendiz/solar_system_opengl_project
OpenGL Project (implemented using C++ and Blender 2.77a 3D Modeling : Using blender an .obj file created. This file consists of vectors, normals and faces co-ordinates created in Blender software. This file is read in the original C++ program using file handling concepts, vectors, algorithms in STL Finally the points are rendered using openGL concepts to make the final image. Solar System : The Solar System is made using only openGL concepts. The sun is placed at the center with the planets rotating around the sun. Lighting and axis are included. The user can navigate through the Solar System along x, y and z axis using appropriate keys. Other features include Scaling and Perspective view.
https://github.com/codeaprendiz/solar_system_opengl_project
Last synced: 7 months ago
JSON representation
OpenGL Project (implemented using C++ and Blender 2.77a 3D Modeling : Using blender an .obj file created. This file consists of vectors, normals and faces co-ordinates created in Blender software. This file is read in the original C++ program using file handling concepts, vectors, algorithms in STL Finally the points are rendered using openGL concepts to make the final image. Solar System : The Solar System is made using only openGL concepts. The sun is placed at the center with the planets rotating around the sun. Lighting and axis are included. The user can navigate through the Solar System along x, y and z axis using appropriate keys. Other features include Scaling and Perspective view.
- Host: GitHub
- URL: https://github.com/codeaprendiz/solar_system_opengl_project
- Owner: codeaprendiz
- Created: 2018-08-27T20:47:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T20:53:55.000Z (over 7 years ago)
- Last Synced: 2025-03-29T09:17:52.653Z (10 months ago)
- Language: C
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solar-System-OpenGL-Project
OpenGL ProjeOpenGL Project (implemented using C++ and Blender 2.77a 3D Modeling : Using blender an .obj file created. This file consists of vectors, normals and faces co-ordinates created in Blender software. This file is read in the original C++ program using file handling concepts, vectors, algorithms in STL Finally the points are rendered using openGL concepts to make the final image. Solar System : The Solar System is made using only openGL concepts. The sun is placed at the center with the planets rotating around the sun. Lighting and axis are included. The user can navigate through the Solar System along x, y and z axis using appropriate keys. Other features include Scaling and Perspective view.ct (implemented using C++ and Blender 2.77a 3D Modeling : Using blender an .obj file created. This file consists of vectors, normals and faces co-ordinates created in Blender software. This file is read in the original C++ program using file handling concepts, vectors, algorithms in STL Finally the points are rendered using openGL concepts to make the final image. Solar System : The Solar System is made using only openGL concepts. The sun is placed at the center with the planets rotating around the sun. Lighting and axis are included. The user can navigate through the Solar System along x, y and z axis using appropriate keys. Other features include Scaling and Perspective view.