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
035e62d2
Commit
035e62d2
authored
Sep 19, 2011
by
Oliver Bock
Browse files
Fixed rotation
parent
69f51774
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pulsaranimationwidget.cpp
View file @
035e62d2
...
...
@@ -326,7 +326,7 @@ void PulsarAnimationWidget::paintGL()
{
glRotatef
(
m_pulsarSpinAxisInclination
,
0.0
,
0.0
,
1.0
);
glRotatef
(
m_pulsarRotationAngle
,
0.0
,
1.0
,
0.0
);
glRotatef
(
90
,
0
.0
,
0.0
,
0.0
);
glRotatef
(
90
,
1
.0
,
0.0
,
0.0
);
// draw spin axis
if
(
m_showRotationAxes
)
{
...
...
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