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
08ad9b77
Commit
08ad9b77
authored
Sep 14, 2017
by
Oliver Bock
Browse files
Fix inclination/polarization visualization
parent
3c438d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pulsaranimationwidget.cpp
View file @
08ad9b77
...
...
@@ -352,7 +352,7 @@ void PulsarAnimationWidget::paintGL()
glTranslatef
(
0.0
,
0.0
,
m_earthRadius
+
2.0
);
glRotatef
(
m_sourceInclination
,
0.0
,
1
.0
,
0
.0
);
glRotatef
(
m_sourceInclination
,
0.0
,
0
.0
,
1
.0
);
glRotatef
(
180
,
0.0
,
1.0
,
0.0
);
glPushMatrix
();
...
...
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