Block or Report
Block or report emilianavt
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
OpenSeeFace Public
Robust realtime face and facial landmark tracking on CPU with Unity integration
-
OpenSeeFaceSample Public
This is a cross-platform sample Unity project showing a basic OpenSeeFace setup. Open the included scene.
-
1
using System.Collections;
2using System.Collections.Generic;
3using UnityEngine;
45[ExecuteInEditMode]
-
1
/**2FinalIKを使ったLeapMotion Orion用HandController3(VRIKバージョン)4Author: MiyuMiyu (https://twitter.com/miyumiyuna5)5Source: https://qiita.com/miyumiyu/items/72b965df46a79f3ec523 -
1
using System.IO;
2using UnityEngine;
34// Attach this to a camera and position it. You can use "Align With View" from the "Game Object" menu to help with this.5// Check the snap box to take a picture. It will log the path to the console.


