mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
Merge branch 'master' of https://github.com/worklist/hifi into 20224
This commit is contained in:
commit
b532119db7
1 changed files with 2 additions and 0 deletions
|
@ -15,8 +15,10 @@
|
||||||
#include "Menu.h"
|
#include "Menu.h"
|
||||||
#include "SharedUtil.h"
|
#include "SharedUtil.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_RSSDK
|
||||||
const int PALMROOT_NUM_JOINTS = 3;
|
const int PALMROOT_NUM_JOINTS = 3;
|
||||||
const int FINGER_NUM_JOINTS = 4;
|
const int FINGER_NUM_JOINTS = 4;
|
||||||
|
#endif // HAVE_RSSDK
|
||||||
|
|
||||||
const DeviceTracker::Name RealSense::NAME = "RealSense";
|
const DeviceTracker::Name RealSense::NAME = "RealSense";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue