From abe94dbb60c923e64b3413403aa50bdb6f784cc0 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Tue, 27 Mar 2018 21:03:12 +0200 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c168c..ac7e4ce 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# opengl_solarsystem_visualization \ No newline at end of file +# OpenGL: Solar System Visualization + +This project was created for an assignment in the course 3d-graphics at Linnaeus University. The visualization is written using directly OpenGL APIs which are exposed by JOGL. +The size of planets and their orbits is not to scale. + +Controls for using are + +* ``+`` double the speed +* ``-`` half the speed +* ``e`` move camera position up +* ``q`` move camera position down +* ``w`` move camera position forward +* ``s`` move camera position backward +* ``d`` move camera position right +* ``a`` move camera position left +* ``↑`` rotate camera upwards +* ``↓`` rotate camera downwards +* ``→`` rotate camera right +* ``←`` rotate camera left + + +