Skip to content

AttachmentPoint

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

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.

MemberDescription
originA position relative to the face instance’s origin point at [0,0,0].
left_eyeA position relative to the face instance’s left eye.
right_eyeA position relative to the face instance’s right eye.
left_earA position relative to the face instance’s left ear.
right_earA position relative to the face instance’s right ear.
nose_bridgeA position relative to the bridge of the face instance’s nose.
nose_tipA position relative to the tip of the face instance’s nose.
nose_baseA position relative to the base of the face instance’s nose.
top_lipA position relative to the top of the face instance’s mouth.
mouth_centerA position relative to the center of the face instance’s mouth.
bottom_lipA position relative to the bottom of the face instance’s mouth.
chinA position relative to the face instance’s chin.
left_eyebrowA position relative to the face instance’s left eyebrow.
right_eyebrowA position relative to the face instance’s right eyebrow.