Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
f87df012
Commit
f87df012
authored
Jun 13, 2017
by
Martin Schultz
Browse files
modified * operators to support intel compiler
parent
a2e93c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs_required/ACG/Scenegraph/LightSourceNode.cc
View file @
f87df012
...
...
@@ -108,7 +108,7 @@ void LightSourceNode::enter(GLState& _state, const DrawModes::DrawMode& /* _draw
// correct Position for fixed Lights
if
(
lights_
[
i
].
fixedPosition
)
lights_
[
i
].
realPosition
=
_state
.
inverse_modelview
()
*
lights_
[
i
].
position
;
_state
.
inverse_modelview
()
.
operator
*
(
lights_
[
i
].
position
)
;
else
lights_
[
i
].
realPosition
=
lights_
[
i
].
position
;
ACG
::
GLState
::
enable
(
index2gl
(
i
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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