Skip to content

Instantly share code, notes, and snippets.

View LexQzim's full-sized avatar

Alexander Mizuk LexQzim

View GitHub Profile
@TakashiYoshinaga
TakashiYoshinaga / KinectScript.cs
Last active June 3, 2021 02:33
Visualization of Point Cloud of Azure Kinect
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
//AzureKinectSDKの読み込み
using Microsoft.Azure.Kinect.Sensor;
//非同期処理をする準備
using System.Threading.Tasks;
public class KinectScript : MonoBehaviour
{
//Kinectを扱う変数