Skip to main content

Interface: FaceBlendshape

Defined in: src/world/faces/DetectedFace.ts:36

A single blendshape category and its activation weight. The category names follow the ARKit blendshape vocabulary used by MediaPipe's Face Landmarker (e.g. jawOpen, mouthSmileLeft, eyeBlinkRight).

Properties

categoryName

categoryName: string

Defined in: src/world/faces/DetectedFace.ts:40

The category name (ARKit / FaceLandmarker convention).


score

score: number

Defined in: src/world/faces/DetectedFace.ts:46

Activation weight in [0.0, 1.0]. Zero means the blendshape is fully off; one means fully on. MediaPipe applies internal smoothing so consecutive frames don't jitter.