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

Doubled IFO thickness/length and sutarated their colors

parent da5a166a
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,7 @@ void PulsarAnimationWidget::paintGL() ...@@ -265,7 +265,7 @@ void PulsarAnimationWidget::paintGL()
glPushMatrix(); glPushMatrix();
{ {
glRotatef(90, 0.0, 1.0, 0.0); 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(); glPopMatrix();
...@@ -273,8 +273,8 @@ void PulsarAnimationWidget::paintGL() ...@@ -273,8 +273,8 @@ void PulsarAnimationWidget::paintGL()
{ {
glRotatef(90, 0.0, 1.0, 0.0); glRotatef(90, 0.0, 1.0, 0.0);
glRotatef(90, 1.0, 0.0, 0.0); glRotatef(90, 1.0, 0.0, 0.0);
glColor3f(0.5f, 0.5f, 1.0f); glColor3f(0.0f, 0.0f, 1.0f);
gluCylinder(m_quadricLHOv, 0.010, 0.010, 0.20, 32, 1); gluCylinder(m_quadricLHOv, 0.020, 0.020, 0.40, 32, 1);
} }
glPopMatrix(); glPopMatrix();
} }
...@@ -293,7 +293,7 @@ void PulsarAnimationWidget::paintGL() ...@@ -293,7 +293,7 @@ void PulsarAnimationWidget::paintGL()
glPushMatrix(); glPushMatrix();
{ {
glRotatef(90, 0.0, 1.0, 0.0); 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(); glPopMatrix();
...@@ -301,8 +301,8 @@ void PulsarAnimationWidget::paintGL() ...@@ -301,8 +301,8 @@ void PulsarAnimationWidget::paintGL()
{ {
glRotatef(90, 0.0, 1.0, 0.0); glRotatef(90, 0.0, 1.0, 0.0);
glRotatef(90, 1.0, 0.0, 0.0); glRotatef(90, 1.0, 0.0, 0.0);
glColor3f(1.0f, 0.5f, 0.5f); glColor3f(1.0f, 0.0f, 0.0f);
gluCylinder(m_quadricLLOv, 0.010, 0.010, 0.20, 32, 1); gluCylinder(m_quadricLLOv, 0.020, 0.020, 0.40, 32, 1);
} }
glPopMatrix(); glPopMatrix();
} }
...@@ -320,7 +320,7 @@ void PulsarAnimationWidget::paintGL() ...@@ -320,7 +320,7 @@ void PulsarAnimationWidget::paintGL()
glPushMatrix(); glPushMatrix();
{ {
glRotatef(90, 0.0, 1.0, 0.0); 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(); glPopMatrix();
...@@ -328,8 +328,8 @@ void PulsarAnimationWidget::paintGL() ...@@ -328,8 +328,8 @@ void PulsarAnimationWidget::paintGL()
{ {
glRotatef(90, 0.0, 1.0, 0.0); glRotatef(90, 0.0, 1.0, 0.0);
glRotatef(90, 1.0, 0.0, 0.0); glRotatef(90, 1.0, 0.0, 0.0);
glColor3f(0.5f, 1.0f, 0.5f); glColor3f(0.0f, 1.0f, 0.0f);
gluCylinder(m_quadricVirgov, 0.010, 0.010, 0.20, 32, 1); gluCylinder(m_quadricVirgov, 0.020, 0.020, 0.40, 32, 1);
} }
glPopMatrix(); glPopMatrix();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment