Skip to content
Snippets Groups Projects
Commit 9ed43c29 authored by Oliver Bock's avatar Oliver Bock
Browse files

Adjusted coordinates to match earth's texture mapping

parent feaa1549
No related branches found
No related tags found
No related merge requests found
......@@ -344,8 +344,8 @@ void PulsarAnimationWidget::paintGL()
// draw source
glPushMatrix();
{
glRotatef(-23.384, 0.0, 0.0, 1.0);
glRotatef(41.093, 0.0, 1.0, 0.0);
glRotatef(-31.384, 0.0, 0.0, 1.0);
glRotatef(45.093, 0.0, 1.0, 0.0);
glTranslatef(0.0, 0.0, m_earthRadius + 2.0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment