summaryrefslogtreecommitdiff
path: root/servers/arvr/SCsub
diff options
context:
space:
mode:
authorBastiaanOlij <mux213@gmail.com>2017-04-23 22:10:41 +1000
committerBastiaanOlij <mux213@gmail.com>2017-07-28 10:39:15 +1000
commitd2ba2d08733647dc345db123469988966c8b31b0 (patch)
tree878817443d5929948e1b05e1d1eb39fe2091cd40 /servers/arvr/SCsub
parent411f09a512d5847fc9c6270439308d1e3093f211 (diff)
Adding base classes and structures for ARVR support
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects
Diffstat (limited to 'servers/arvr/SCsub')
-rw-r--r--servers/arvr/SCsub7
1 files changed, 7 insertions, 0 deletions
diff --git a/servers/arvr/SCsub b/servers/arvr/SCsub
new file mode 100644
index 0000000000..ccc76e823f
--- /dev/null
+++ b/servers/arvr/SCsub
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+Import('env')
+
+env.add_source_files(env.servers_sources, "*.cpp")
+
+Export('env')