reintroduce generic mobile vr interface
This commit is contained in:
parent
4f39ce32b9
commit
ca4f055db0
8 changed files with 825 additions and 0 deletions
6
modules/mobile_vr/config.py
Normal file
6
modules/mobile_vr/config.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def can_build(platform):
|
||||
# should probably change this to only be true on iOS and Android
|
||||
return True
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue