Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
einsteinathome
pulsatingscience
Commits
a95d6a28
Commit
a95d6a28
authored
Sep 12, 2017
by
Oliver Bock
Browse files
Doubled IFO thickness/length and sutarated their colors
parent
da5a166a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pulsaranimationwidget.cpp
View file @
a95d6a28
...
...
@@ -265,7 +265,7 @@ void PulsarAnimationWidget::paintGL()
glPushMatrix
();
{
glRotatef
(
90
,
0.0
,
1.0
,
0.0
);
gluCylinder
(
m_quadricLHOh
,
0.0
1
0
,
0.0
1
0
,
0.
2
0
,
32
,
1
);
gluCylinder
(
m_quadricLHOh
,
0.0
2
0
,
0.0
2
0
,
0.
4
0
,
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.
5
f
,
0.
5
f
,
1.0
f
);
gluCylinder
(
m_quadricLHOv
,
0.0
1
0
,
0.0
1
0
,
0.
2
0
,
32
,
1
);
glColor3f
(
0.
0
f
,
0.
0
f
,
1.0
f
);
gluCylinder
(
m_quadricLHOv
,
0.0
2
0
,
0.0
2
0
,
0.
4
0
,
32
,
1
);
}
glPopMatrix
();
}
...
...
@@ -293,7 +293,7 @@ void PulsarAnimationWidget::paintGL()
glPushMatrix
();
{
glRotatef
(
90
,
0.0
,
1.0
,
0.0
);
gluCylinder
(
m_quadricLLOh
,
0.0
1
0
,
0.0
1
0
,
0.
2
0
,
32
,
1
);
gluCylinder
(
m_quadricLLOh
,
0.0
2
0
,
0.0
2
0
,
0.
4
0
,
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.0
f
,
0.
5
f
,
0.
5
f
);
gluCylinder
(
m_quadricLLOv
,
0.0
1
0
,
0.0
1
0
,
0.
2
0
,
32
,
1
);
glColor3f
(
1.0
f
,
0.
0
f
,
0.
0
f
);
gluCylinder
(
m_quadricLLOv
,
0.0
2
0
,
0.0
2
0
,
0.
4
0
,
32
,
1
);
}
glPopMatrix
();
}
...
...
@@ -320,7 +320,7 @@ void PulsarAnimationWidget::paintGL()
glPushMatrix
();
{
glRotatef
(
90
,
0.0
,
1.0
,
0.0
);
gluCylinder
(
m_quadricVirgoh
,
0.0
1
0
,
0.0
1
0
,
0.
2
0
,
32
,
1
);
gluCylinder
(
m_quadricVirgoh
,
0.0
2
0
,
0.0
2
0
,
0.
4
0
,
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.
5
f
,
1.0
f
,
0.
5
f
);
gluCylinder
(
m_quadricVirgov
,
0.0
1
0
,
0.0
1
0
,
0.
2
0
,
32
,
1
);
glColor3f
(
0.
0
f
,
1.0
f
,
0.
0
f
);
gluCylinder
(
m_quadricVirgov
,
0.0
2
0
,
0.0
2
0
,
0.
4
0
,
32
,
1
);
}
glPopMatrix
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment