mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +02:00
spaces
This commit is contained in:
parent
24d03ace4c
commit
97a0edf026
2 changed files with 3 additions and 2 deletions
|
@ -78,4 +78,4 @@ const int BROWS_U_R_INDEX = 18;
|
|||
const int EYE_BLINK_INDICES[] = { EYE_BLINK_L_INDEX, EYE_BLINK_R_INDEX };
|
||||
const int EYE_SQUINT_INDICES[] = { EYE_SQUINT_L_INDEX, EYE_SQUINT_R_INDEX };
|
||||
const int EYE_OPEN_INDICES[] = { EYE_OPEN_L_INDEX, EYE_OPEN_R_INDEX };
|
||||
const int BROWS_U_INDICES[] = { BROWS_U_L_INDEX, BROWS_U_R_INDEX };
|
||||
const int BROWS_U_INDICES[] = { BROWS_U_L_INDEX, BROWS_U_R_INDEX };
|
||||
|
|
|
@ -21,4 +21,5 @@ extern const int EYE_BLINK_INDICES[];
|
|||
extern const int EYE_OPEN_INDICES[];
|
||||
extern const int BROWS_U_INDICES[];
|
||||
extern const int EYE_SQUINT_INDICES[];
|
||||
#endif // hifi_FaceshiftConstants_h
|
||||
|
||||
#endif // hifi_FaceshiftConstants_h
|
||||
|
|
Loading…
Reference in a new issue