mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 07:32:10 +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
|
||||
};
|
||||
|
||||
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.
|
||||
|
||||
// NEW in ARKit
|
||||
|
|
Loading…
Reference in a new issue