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
b09cfa05
Commit
b09cfa05
authored
Sep 29, 2015
by
Dalai Felinto
Browse files
Prevent crash with Oculus backend
parent
26edbdf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
space_view3d_virtual_reality/hmd/oculus.py
View file @
b09cfa05
...
...
@@ -45,7 +45,6 @@ class Oculus(HMD_Base):
:return: return True if the device was properly initialized
:rtype: bool
"""
return
TODO
"""
Oculus SDK bridge
...
...
@@ -53,6 +52,8 @@ class Oculus(HMD_Base):
"""
self
.
_width
=
512
#TODO
self
.
_height
=
512
#TODO
TODO
return
super
(
Oculus
,
self
).
init
()
def
loop
(
self
,
context
):
...
...
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