orx-kinect-v1-demo module for testing the code and verifying use cases

This commit is contained in:
Kazik Pogoda
2019-08-24 00:30:31 +02:00
parent 817ec243dc
commit 6318891502
7 changed files with 211 additions and 19 deletions

View File

@@ -1,22 +1,23 @@
rootProject.name = 'orx'
include 'orx-camera',
'orx-compositor',
'orx-easing',
'orx-file-watcher',
'orx-filter-extension',
'orx-integral-image',
'orx-interval-tree',
'orx-jumpflood',
'orx-kdtree',
'orx-mesh-generators',
'orx-midi',
'orx-no-clear',
'orx-noise',
'orx-obj-loader',
'orx-olive',
'orx-kinect-common',
'orx-kinect-v1',
'orx-kinect-v1-natives-linux-x64',
'orx-kinect-v1-natives-macos'
'orx-kinect-v1-natives-windows'
'orx-compositor',
'orx-easing',
'orx-file-watcher',
'orx-filter-extension',
'orx-integral-image',
'orx-interval-tree',
'orx-jumpflood',
'orx-kdtree',
'orx-mesh-generators',
'orx-midi',
'orx-no-clear',
'orx-noise',
'orx-obj-loader',
'orx-olive',
'orx-kinect-common',
'orx-kinect-v1',
'orx-kinect-v1-natives-linux-x64',
'orx-kinect-v1-natives-macos',
'orx-kinect-v1-natives-windows',
'orx-kinect-v1-demo'