summaryrefslogtreecommitdiffstats
path: root/doc/classes/XRFaceModifier3D.xml
diff options
context:
space:
mode:
authorMalcolm Nixon <Malcolm.nixon@gmail.com>2024-02-11 20:23:52 -0500
committerMalcolm Nixon <Malcolm.nixon@gmail.com>2024-02-17 20:12:47 -0500
commit7d1a1abe7680f75b83034cbd6438690b75c83718 (patch)
tree01f4774c0cefce197aad26a0e121233e1064f9a5 /doc/classes/XRFaceModifier3D.xml
parent4e990cd7e51d17cf24f854cc33b2715eaa27200f (diff)
downloadredot-engine-7d1a1abe7680f75b83034cbd6438690b75c83718.tar.gz
Initial XRFaceTrackingProvider and XRFaceTracker work.
Updated to XRFaceModifier3D.
Diffstat (limited to 'doc/classes/XRFaceModifier3D.xml')
-rw-r--r--doc/classes/XRFaceModifier3D.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/classes/XRFaceModifier3D.xml b/doc/classes/XRFaceModifier3D.xml
new file mode 100644
index 0000000000..7a60e6db34
--- /dev/null
+++ b/doc/classes/XRFaceModifier3D.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="XRFaceModifier3D" inherits="Node3D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
+ <brief_description>
+ A node for driving standard face meshes from [XRFaceTracker] weights.
+ </brief_description>
+ <description>
+ This node applies weights from a [XRFaceTracker] to a mesh with supporting face blend shapes.
+ The [url=https://docs.vrcft.io/docs/tutorial-avatars/tutorial-avatars-extras/unified-blendshapes]Unified Expressions[/url] 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 [url=https://docs.vrcft.io/docs/tutorial-avatars/tutorial-avatars-extras/compatibility/overview]Unified Expressions Compatibility[/url] chart.
+ </description>
+ <tutorials>
+ <link title="XR documentation index">$DOCS_URL/tutorials/xr/index.html</link>
+ </tutorials>
+ <members>
+ <member name="face_tracker" type="StringName" setter="set_face_tracker" getter="get_face_tracker" default="&amp;&quot;/user/head&quot;">
+ The [XRFaceTracker] path.
+ </member>
+ <member name="target" type="NodePath" setter="set_target" getter="get_target" default="NodePath(&quot;&quot;)">
+ The [NodePath] of the face [MeshInstance3D].
+ </member>
+ </members>
+</class>