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
04815daf
Commit
04815daf
authored
Oct 19, 2015
by
Dalai Felinto
Browse files
a fixup for matrices order
parent
c74cc6e3
Changes
1
Show whitespace changes
Inline
Side-by-side
space_view3d_virtual_reality/operator.py
View file @
04815daf
...
...
@@ -417,8 +417,7 @@ class VirtualRealityDisplayOperator(bpy.types.Operator):
try
:
offscreen_object
.
draw_view3d
(
projection_matrix
,
modelview_matrix
)
except
:
#offscreen_object.draw_view3d(scene, view3d, region, projection_matrix, modelview_matrix)
offscreen_object
.
draw_view3d
(
scene
,
view3d
,
region
,
modelview_matrix
,
projection_matrix
)
offscreen_object
.
draw_view3d
(
scene
,
view3d
,
region
,
projection_matrix
,
modelview_matrix
)
self
.
_hmd
.
frameReady
()
self
.
_is_rendering
=
False
...
...
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