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
01038afd
Commit
01038afd
authored
Oct 16, 2015
by
Dalai Felinto
Browse files
Display Message in white
parent
9caea720
Changes
1
Hide whitespace changes
Inline
Side-by-side
space_view3d_virtual_reality/operator.py
View file @
01038afd
...
@@ -432,11 +432,13 @@ class VirtualRealityDisplayOperator(bpy.types.Operator):
...
@@ -432,11 +432,13 @@ class VirtualRealityDisplayOperator(bpy.types.Operator):
"""
"""
Message telling user to move the window the HMD display
Message telling user to move the window the HMD display
"""
"""
from
bgl
import
glColor4f
window
=
context
.
window
window
=
context
.
window
width
=
window
.
width
width
=
window
.
width
height
=
window
.
height
height
=
window
.
height
#
glColor4f(1.0, 1.0, 1.0, 1.0)
glColor4f
(
1.0
,
1.0
,
1.0
,
1.0
)
font_id
=
0
font_id
=
0
# draw some text
# draw some text
...
...
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