mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-16 00:36:53 +02:00
20 lines
No EOL
579 B
C
20 lines
No EOL
579 B
C
//
|
|
// FaceshiftConstants.h
|
|
//
|
|
//
|
|
// Created by Clement on 1/23/15.
|
|
// Copyright 2015 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
#ifndef hifi_FaceshiftConstants_h
|
|
#define hifi_FaceshiftConstants_h
|
|
|
|
/// The names of the blendshapes expected by Faceshift, terminated with an empty string.
|
|
extern const char* FACESHIFT_BLENDSHAPES[];
|
|
/// The size of FACESHIFT_BLENDSHAPES
|
|
extern const int NUM_FACESHIFT_BLENDSHAPES;
|
|
|
|
#endif // hifi_FaceshiftConstants_h
|