additional new face stuff
This commit is contained in:
parent
9c3c162a82
commit
caed34956c
|
|
@ -91,23 +91,17 @@
|
||||||
allowLook: true,
|
allowLook: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
happy: {
|
harmfull: {
|
||||||
// Eyes: thick "caps" (template-like)
|
// Eyes: thick "caps" (template-like)
|
||||||
eyeL: `M 345,250
|
eyeL: `M 360,320
|
||||||
Q 395,350 445,250
|
Q 395,258 430,320
|
||||||
Q 435,325 395,325
|
Q 420,295 395,295
|
||||||
Q 355,325 345,250 Z`,
|
Q 370,295 360,320 Z`,
|
||||||
|
|
||||||
eyeR: `M 555,250
|
eyeR: `M 570,320
|
||||||
Q 605,350 655,250
|
Q 605,258 640,320
|
||||||
Q 645,325 605,325
|
Q 630,295 605,295
|
||||||
Q 565,325 555,250 Z`,
|
Q 580,295 570,320 Z`,
|
||||||
|
|
||||||
// Mouth: wide friendly smile band (template-like)
|
|
||||||
mouth: `M 345,360
|
|
||||||
Q 500,520 655,360
|
|
||||||
Q 610,500 500,500
|
|
||||||
Q 390,500 345,360 Z`,
|
|
||||||
|
|
||||||
// Speaking visemes: keep same smile family (slightly “open” but still a smile)
|
// Speaking visemes: keep same smile family (slightly “open” but still a smile)
|
||||||
visemes: [
|
visemes: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue