From 82ab0c5e75accf164a05bfa0ec78dd4edcfb37b1 Mon Sep 17 00:00:00 2001 From: Chikashi Miyama Date: Sun, 7 Jul 2019 09:39:46 +0200 Subject: [PATCH] add Kinect Manager --- .../.idea.UnityProject/.idea/contentModel.xml | 3 +- .../.idea.UnityProject/.idea/workspace.xml | 575 +++++++++--------- UnityProject/Assembly-CSharp-Editor.csproj | 6 +- UnityProject/Assembly-CSharp.csproj | 3 +- UnityProject/Assets/Scenes/MainScene.unity | 43 ++ .../Scripts/VideoInput/ComponentFactory.cs | 8 +- .../UnitTest/ComponentFactoryTestCase.cs | 2 +- .../Editor/UnitTest/KinectSensorTestCase.cs | 11 +- .../Scripts/VideoInput/InfraredCamera.cs | 29 +- .../Scripts/VideoInput/KinectManager.cs | 22 + .../Assets/Scripts/VideoInput/KinectSensor.cs | 5 + .../{VideoInput => Visualizer}/PointCloud.cs | 0 .../PointCloud.cs.meta | 0 .../KinectView/Scripts/BodySourceView.cs | 5 + 14 files changed, 394 insertions(+), 318 deletions(-) create mode 100644 UnityProject/Assets/Scripts/VideoInput/KinectManager.cs rename UnityProject/Assets/Scripts/{VideoInput => Visualizer}/PointCloud.cs (100%) rename UnityProject/Assets/Scripts/{VideoInput => Visualizer}/PointCloud.cs.meta (100%) diff --git a/UnityProject/.idea/.idea.UnityProject/.idea/contentModel.xml b/UnityProject/.idea/.idea.UnityProject/.idea/contentModel.xml index 6e32ea3..dbe187f 100644 --- a/UnityProject/.idea/.idea.UnityProject/.idea/contentModel.xml +++ b/UnityProject/.idea/.idea.UnityProject/.idea/contentModel.xml @@ -20,10 +20,11 @@ + - + diff --git a/UnityProject/.idea/.idea.UnityProject/.idea/workspace.xml b/UnityProject/.idea/.idea.UnityProject/.idea/workspace.xml index 4106a1d..20328df 100644 --- a/UnityProject/.idea/.idea.UnityProject/.idea/workspace.xml +++ b/UnityProject/.idea/.idea.UnityProject/.idea/workspace.xml @@ -2,34 +2,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -111,33 +61,35 @@ - - + + - - - - - - - - + + + + + + + - + - - - - - - - - + + + + + + + + + + + @@ -145,35 +97,35 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -182,13 +134,14 @@ - - + + - - - - + + + + + @@ -197,21 +150,37 @@ - - + + - - - - - + + + + + + - + + + + + + + + + + + + + + + + @@ -226,14 +195,13 @@ - - + + - - - - - + + + + @@ -246,21 +214,24 @@ + + + - + @@ -281,21 +252,24 @@ @@ -311,6 +285,16 @@ + + + + + + + + + + @@ -343,6 +327,12 @@ + + + + + + @@ -353,11 +343,11 @@ @@ -411,11 +401,12 @@ 1562417892841 + - @@ -427,12 +418,13 @@ - + + - - + + - + @@ -445,21 +437,32 @@ - + - + + - + + +