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
02000531
Commit
02000531
authored
Sep 12, 2017
by
Oliver Bock
Browse files
Rotated earth into Greenwich position to position other objects based on actual lat/long values
parent
0461b0a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pulsaranimationwidget.cpp
View file @
02000531
...
...
@@ -237,7 +237,7 @@ void PulsarAnimationWidget::paintGL()
// draw earth
glPushMatrix
();
{
glRotatef
(
13
0
,
0.0
,
1.0
,
0.0
);
glRotatef
(
9
0
,
0.0
,
1.0
,
0.0
);
glPushMatrix
();
{
glRotatef
(
90
,
1.0
,
0.0
,
0.0
);
...
...
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