mirror of
https://github.com/godotengine/godot.git
synced 2024-12-27 11:24:59 +08:00
d2ba2d0873
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects
8 lines
104 B
Python
8 lines
104 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.servers_sources, "*.cpp")
|
|
|
|
Export('env')
|