fang ma2022年3月18日讀畢需時 4 分鐘[VIVE]SRanipal_AvatarLipSample Modified ScriptUnity_HeadboxVive_0308 //========= Copyright 2019, HTC Corporation. All rights reserved. ===========using System.Collections.Generic;...
fang ma2022年3月17日讀畢需時 4 分鐘[Openface] Face Animatorhttps://github.com/openVRlab/Headbox 关于json mapping var serializedMapping = JsonUtility.FromJson<SerializedBlendshapeMappingData>(Blendsh...
fang ma2022年3月17日讀畢需時 1 分鐘BS Weight in SRanipal Lip sampel Scriptprivate void RenderModelLipShape(LipShapeTable_v2 lipShapeTable, Dictionary<LipShape_v2, float> weighting) { for (int i = 0; i <...
fang ma2022年3月12日讀畢需時 1 分鐘Facial Blendshape Count Scriptpublic class BlendshapeCount : MonoBehaviour { public SkinnedMeshRenderer head; void Start() { Mesh m = head.sharedMesh; for (int i =...
fang ma2021年10月13日讀畢需時 2 分鐘Blendshape学习笔记关于Blendshape(Morph Target动画)的概念和脸部动捕的使用 ARKit的52个Blendshape表情基准组 Vive面部的表情基准组 人体Anatomy:尝试肌肉面部表情 (Ziva) 1. 关于Blendshape(Morph...