mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Remove unused enum
This commit is contained in:
parent
0150c46836
commit
71bcabfc0a
1 changed files with 0 additions and 10 deletions
|
@ -87,16 +87,6 @@ enum class Blendshapes : int {
|
||||||
BlendshapeCount
|
BlendshapeCount
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class LegacyBlendshpaes : int {
|
|
||||||
JawChew, // not in ARKit
|
|
||||||
LipsUpperUp, // split in ARKit
|
|
||||||
LipsLowerDown, // split in ARKit
|
|
||||||
ChinLowerRaise, // not in ARKit
|
|
||||||
ChinUpperRaise, // not in ARKit
|
|
||||||
Sneer, // split in ARKit
|
|
||||||
LegacyBlendshapeCount
|
|
||||||
};
|
|
||||||
|
|
||||||
// Original blendshapes were per Faceshift.
|
// Original blendshapes were per Faceshift.
|
||||||
|
|
||||||
// NEW in ARKit
|
// NEW in ARKit
|
||||||
|
|
Loading…
Reference in a new issue