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

Fixed rotation

parent 69f51774
No related branches found
No related tags found
No related merge requests found
...@@ -326,7 +326,7 @@ void PulsarAnimationWidget::paintGL() ...@@ -326,7 +326,7 @@ void PulsarAnimationWidget::paintGL()
{ {
glRotatef(m_pulsarSpinAxisInclination, 0.0, 0.0, 1.0); glRotatef(m_pulsarSpinAxisInclination, 0.0, 0.0, 1.0);
glRotatef(m_pulsarRotationAngle, 0.0, 1.0, 0.0); glRotatef(m_pulsarRotationAngle, 0.0, 1.0, 0.0);
glRotatef(90, 0.0, 0.0, 0.0); glRotatef(90, 1.0, 0.0, 0.0);
// draw spin axis // draw spin axis
if(m_showRotationAxes) { if(m_showRotationAxes) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment