top of page
搜尋
fang ma
2022年3月24日讀畢需時 1 分鐘
Unity @ GDS 2022
https://unity.com/events/gdc2022 unity demo enemies: digital human https://unity.com/demos/enemies https://awards.unity.com/ 2. Best...
29 次查看0 則留言
fang ma
2022年3月18日讀畢需時 4 分鐘
[VIVE]SRanipal_AvatarLipSample Modified Script
Unity_HeadboxVive_0308 //========= Copyright 2019, HTC Corporation. All rights reserved. ===========using System.Collections.Generic;...
50 次查看0 則留言
fang ma
2022年3月17日讀畢需時 1 分鐘
Inspector GUI
https://answers.unity.com/questions/814870/why-arent-public-variables-shown-in-the-inspector.html public variables shown in the Inspector...
15 次查看0 則留言
fang ma
2022年3月17日讀畢需時 4 分鐘
[Openface] Face Animator
https://github.com/openVRlab/Headbox 关于json mapping var serializedMapping = JsonUtility.FromJson<SerializedBlendshapeMappingData>(Blendsh...
82 次查看0 則留言
fang ma
2022年3月17日讀畢需時 1 分鐘
BS Weight in SRanipal Lip sampel Script
private void RenderModelLipShape(LipShapeTable_v2 lipShapeTable, Dictionary<LipShape_v2, float> weighting) { for (int i = 0; i <...
19 次查看0 則留言
Ju Zhang
2022年3月16日讀畢需時 1 分鐘
VR Development Test by using Keyboard Script
#if !(!UNITY_EDITOR_WIN ||!UNITY_STANDALONE_WIN ||(UNITY_ANDROID && !UNITY_EDITOR)) #define VRHEADSET_UNSUPPORTED_PLATFORM #endifusing...
17 次查看0 則留言
fang ma
2022年3月12日讀畢需時 1 分鐘
Facial Blendshape Count Script
public class BlendshapeCount : MonoBehaviour { public SkinnedMeshRenderer head; void Start() { Mesh m = head.sharedMesh; for (int i =...
43 次查看0 則留言
fang ma
2022年1月2日讀畢需時 1 分鐘
Unity AR Foundation iOS
Sometimes when I select Development Build in build settings, the build project will be randomly broken. I solved it by changing the...
13 次查看0 則留言
fang ma
2021年12月11日讀畢需時 1 分鐘
VR Experiment Data Collection
之前实验用了一个还不错的插件,是一个英国一个博士的论文,免费用的,需要熟悉一下。 https://immersivecognition.com/unity-experiment-framework/ 具体信息官网上都有介绍,如何使用以及发表的文章,是VR实验需要拿手部位置信...
14 次查看0 則留言
fang ma
2021年12月11日讀畢需時 1 分鐘
VR Research Control Panel
VR实验时常常需要一个实验者能随时控制Participants的控制器。 但我们希望build之后只有我们自己能在电脑上看到,而被测在VR眼镜里是看不到的,目前看到的比较简单的办法是用Unity旧版的UI制作方法OnGUI,大概的脚本在这里可以看看:...
6 次查看0 則留言
Ju Zhang
2021年12月10日讀畢需時 1 分鐘
Tilt Brush Mixed Reality Capture
很早之前玩beat saber的时候就想拍mixed reality的视频,最近要用tilt brush交个小作业,刚好就给了自己一些动力把落灰的绿幕拿出来小试牛刀。稍微记录一下怎么做的和一些容易忘记的步骤。 Plugin Liv: https://www.liv.tv/...
23 次查看0 則留言
fang ma
2021年10月13日讀畢需時 2 分鐘
Blendshape学习笔记
关于Blendshape(Morph Target动画)的概念和脸部动捕的使用 ARKit的52个Blendshape表情基准组 Vive面部的表情基准组 人体Anatomy:尝试肌肉面部表情 (Ziva) 1. 关于Blendshape(Morph...
4,881 次查看0 則留言
bottom of page