mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
use numerical constants header from LeapMotion
This commit is contained in:
parent
455b91c2a5
commit
0dbc4780ab
1 changed files with 3 additions and 1 deletions
|
@ -8,9 +8,11 @@
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "Leapmotion.h"
|
#include "Leapmotion.h"
|
||||||
#include "Menu.h"
|
#include "Menu.h"
|
||||||
#include "SharedUtil.h"
|
|
||||||
|
#include <NumericalConstants.h>
|
||||||
|
|
||||||
const int PALMROOT_NUM_JOINTS = 3;
|
const int PALMROOT_NUM_JOINTS = 3;
|
||||||
const int FINGER_NUM_JOINTS = 4;
|
const int FINGER_NUM_JOINTS = 4;
|
||||||
|
|
Loading…
Reference in a new issue