diff --git a/src/pulsaranimationwidget.cpp b/src/pulsaranimationwidget.cpp index 864e25bd87fa19972c8333b769eeb9602f67aa6a..9a9914f05c68653f251d6fbbc1eb459ccae2249d 100644 --- a/src/pulsaranimationwidget.cpp +++ b/src/pulsaranimationwidget.cpp @@ -265,7 +265,7 @@ void PulsarAnimationWidget::paintGL() glPushMatrix(); { glRotatef(90, 0.0, 1.0, 0.0); - gluCylinder(m_quadricLHOh, 0.010, 0.010, 0.20, 32, 1); + gluCylinder(m_quadricLHOh, 0.020, 0.020, 0.40, 32, 1); } glPopMatrix(); @@ -273,8 +273,8 @@ void PulsarAnimationWidget::paintGL() { glRotatef(90, 0.0, 1.0, 0.0); glRotatef(90, 1.0, 0.0, 0.0); - glColor3f(0.5f, 0.5f, 1.0f); - gluCylinder(m_quadricLHOv, 0.010, 0.010, 0.20, 32, 1); + glColor3f(0.0f, 0.0f, 1.0f); + gluCylinder(m_quadricLHOv, 0.020, 0.020, 0.40, 32, 1); } glPopMatrix(); } @@ -293,7 +293,7 @@ void PulsarAnimationWidget::paintGL() glPushMatrix(); { glRotatef(90, 0.0, 1.0, 0.0); - gluCylinder(m_quadricLLOh, 0.010, 0.010, 0.20, 32, 1); + gluCylinder(m_quadricLLOh, 0.020, 0.020, 0.40, 32, 1); } glPopMatrix(); @@ -301,8 +301,8 @@ void PulsarAnimationWidget::paintGL() { glRotatef(90, 0.0, 1.0, 0.0); glRotatef(90, 1.0, 0.0, 0.0); - glColor3f(1.0f, 0.5f, 0.5f); - gluCylinder(m_quadricLLOv, 0.010, 0.010, 0.20, 32, 1); + glColor3f(1.0f, 0.0f, 0.0f); + gluCylinder(m_quadricLLOv, 0.020, 0.020, 0.40, 32, 1); } glPopMatrix(); } @@ -320,7 +320,7 @@ void PulsarAnimationWidget::paintGL() glPushMatrix(); { glRotatef(90, 0.0, 1.0, 0.0); - gluCylinder(m_quadricVirgoh, 0.010, 0.010, 0.20, 32, 1); + gluCylinder(m_quadricVirgoh, 0.020, 0.020, 0.40, 32, 1); } glPopMatrix(); @@ -328,8 +328,8 @@ void PulsarAnimationWidget::paintGL() { glRotatef(90, 0.0, 1.0, 0.0); glRotatef(90, 1.0, 0.0, 0.0); - glColor3f(0.5f, 1.0f, 0.5f); - gluCylinder(m_quadricVirgov, 0.010, 0.010, 0.20, 32, 1); + glColor3f(0.0f, 1.0f, 0.0f); + gluCylinder(m_quadricVirgov, 0.020, 0.020, 0.40, 32, 1); } glPopMatrix(); }