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
6bef7215
Commit
6bef7215
authored
Jun 23, 2017
by
Martin Schultz
Browse files
reverted operator specification
parent
e93d1481
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs_required/ACG/Scenegraph/LightSourceNode.cc
View file @
6bef7215
...
...
@@ -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
()
.
operator
*
(
lights_
[
i
].
position
)
;
_state
.
inverse_modelview
()
*
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