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

Adjusted cone radii to give an aperture angle of ~18°

parent 03239eb0
No related branches found
No related tags found
No related merge requests found
...@@ -261,7 +261,7 @@ void PulsarAnimationWidget::paintGL() ...@@ -261,7 +261,7 @@ void PulsarAnimationWidget::paintGL()
glMaterialfv(GL_FRONT, GL_AMBIENT, coneAmbient); glMaterialfv(GL_FRONT, GL_AMBIENT, coneAmbient);
glMaterialfv(GL_FRONT, GL_DIFFUSE, coneDiffuse); glMaterialfv(GL_FRONT, GL_DIFFUSE, coneDiffuse);
gluCylinder(m_quadricPulsarCone1, 0.5f, 0.0f, 3.0f, 32, 32); gluCylinder(m_quadricPulsarCone1, 0.475f, 0.0f, 3.0f, 32, 32);
glPopMatrix(); glPopMatrix();
// second cone // second cone
...@@ -276,7 +276,7 @@ void PulsarAnimationWidget::paintGL() ...@@ -276,7 +276,7 @@ void PulsarAnimationWidget::paintGL()
glMaterialfv(GL_FRONT, GL_AMBIENT, coneAmbient); glMaterialfv(GL_FRONT, GL_AMBIENT, coneAmbient);
glMaterialfv(GL_FRONT, GL_DIFFUSE, coneDiffuse); glMaterialfv(GL_FRONT, GL_DIFFUSE, coneDiffuse);
gluCylinder(m_quadricPulsarCone2, 0.5f, 0.0f, 3.0f, 32, 32); gluCylinder(m_quadricPulsarCone2, 0.475f, 0.0f, 3.0f, 32, 32);
glPopMatrix(); glPopMatrix();
glPopMatrix(); glPopMatrix();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment