From 271efec2778e753fbda18b59b29ccbc7814ef6cb Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Tue, 20 Jul 2010 16:46:03 +0200 Subject: [PATCH] Show magnetic axis in beam color --- src/pulsaranimationwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulsaranimationwidget.cpp b/src/pulsaranimationwidget.cpp index d08439a..183c492 100644 --- a/src/pulsaranimationwidget.cpp +++ b/src/pulsaranimationwidget.cpp @@ -311,7 +311,7 @@ void PulsarAnimationWidget::paintGL() // draw magnetic axis (for both cones) if(m_showRotationAxes) { glPolygonMode(GL_FRONT_AND_BACK,GL_FILL); - glColor3f(1.0f, 1.0f, 1.0f); + glColor3f(1.0f, 1.0f, 0.0f); glPushMatrix(); glTranslatef(0.0, 0.0, -5.0); gluCylinder(m_quadricPulsarMagneticAxis, 0.025, 0.025, 10.0, 32, 1); -- GitLab