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
c8afe539
Commit
c8afe539
authored
Jan 30, 2009
by
Oliver Bock
Browse files
Adjusted cone radii to give an aperture angle of ~18°
parent
03239eb0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/pulsaranimationwidget.cpp
View file @
c8afe539
...
...
@@ -261,7 +261,7 @@ void PulsarAnimationWidget::paintGL()
glMaterialfv
(
GL_FRONT
,
GL_AMBIENT
,
coneAmbient
);
glMaterialfv
(
GL_FRONT
,
GL_DIFFUSE
,
coneDiffuse
);
gluCylinder
(
m_quadricPulsarCone1
,
0.5
f
,
0.0
f
,
3.0
f
,
32
,
32
);
gluCylinder
(
m_quadricPulsarCone1
,
0.
47
5
f
,
0.0
f
,
3.0
f
,
32
,
32
);
glPopMatrix
();
// second cone
...
...
@@ -276,7 +276,7 @@ void PulsarAnimationWidget::paintGL()
glMaterialfv
(
GL_FRONT
,
GL_AMBIENT
,
coneAmbient
);
glMaterialfv
(
GL_FRONT
,
GL_DIFFUSE
,
coneDiffuse
);
gluCylinder
(
m_quadricPulsarCone2
,
0.5
f
,
0.0
f
,
3.0
f
,
32
,
32
);
gluCylinder
(
m_quadricPulsarCone2
,
0.
47
5
f
,
0.0
f
,
3.0
f
,
32
,
32
);
glPopMatrix
();
glPopMatrix
();
...
...
Write
Preview
Supports
Markdown
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