Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dalai Felinto
virtual_reality_viewport
Commits
e119339d
Commit
e119339d
authored
Oct 14, 2015
by
Dalai Felinto
Browse files
The tracking data needed to be inverted
parent
1779b7a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
space_view3d_virtual_reality/hmd/__init__.py
View file @
e119339d
...
...
@@ -205,7 +205,7 @@ class HMD_Base:
transformation
=
position
*
rotation
self
.
_modelview_matrix
[
i
]
=
transformation
*
view_matrix
self
.
_modelview_matrix
[
i
]
=
transformation
.
inverted
()
*
view_matrix
def
_getViewMatrix
(
self
,
context
):
region
=
context
.
region_data
...
...
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