Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

XRFaceModifier3D

Experimental: This class may be changed or removed in future versions.

Inherits: Node3D < Node < Object

A node for driving standard face meshes from XRFaceTracker weights.

Description

This node applies weights from a XRFaceTracker to a mesh with supporting face blend shapes.

The Unified Expressions blend shapes are supported, as well as ARKit and SRanipal blend shapes.

The node attempts to identify blend shapes based on name matching. Blend shapes should match the names listed in the Unified Expressions Compatibility chart.

Tutorials

Properties

StringName

face_tracker

&"/user/face_tracker"

NodePath

target

NodePath("")


Property Descriptions

StringName face_tracker = &"/user/face_tracker" 🔗

The XRFaceTracker path.


NodePath target = NodePath("") 🔗

The NodePath of the face MeshInstance3D.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.