AttachmentPoint
enum AttachmentPoint { "origin", "left_eye", "right_eye", "left_ear", "right_ear",
"nose_bridge", "nose_tip", "nose_base", "top_lip", "mouth_center",
"bottom_lip", "chin", "left_eyebrow", "right_eyebrow" }
The attachment points supported by a Face Instance. These attachment points allow the positioning of content relative to a specific part of the face mesh.
Member List
Member | Description |
---|---|
origin | A position relative to the face instance's origin point at [0,0,0]. |
left_eye | A position relative to the face instance's left eye. |
right_eye | A position relative to the face instance's right eye. |
left_ear | A position relative to the face instance's left ear. |
right_ear | A position relative to the face instance's right ear. |
nose_bridge | A position relative to the bridge of the face instance's nose. |
nose_tip | A position relative to the tip of the face instance's nose. |
nose_base | A position relative to the base of the face instance's nose. |
top_lip | A position relative to the top of the face instance's mouth. |
mouth_center | A position relative to the center of the face instance's mouth. |
bottom_lip | A position relative to the bottom of the face instance's mouth. |
chin | A position relative to the face instance's chin. |
left_eyebrow | A position relative to the face instance's left eyebrow. |
right_eyebrow | A position relative to the face instance's right eyebrow. |