From a2bb33d2c9036ed8107e73eb57c4e4bb91a98248 Mon Sep 17 00:00:00 2001 From: "DESKTOP-A50BKRP\\19" <0> Date: Tue, 4 Nov 2025 18:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E5=8F=82?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E4=BF=AE=E6=94=B9Kinect=E5=9D=90=E6=A0=87?= =?UTF-8?q?=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/Blueprints/NDPawn.uasset | 4 ++-- SpaceStudioClient/Content/Main.umap | 4 ++-- SpaceStudioClient/Content/config.json | 20 +++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/SpaceStudioClient/Content/Blueprints/NDPawn.uasset b/SpaceStudioClient/Content/Blueprints/NDPawn.uasset index 36a6deb..ea4c071 100644 --- a/SpaceStudioClient/Content/Blueprints/NDPawn.uasset +++ b/SpaceStudioClient/Content/Blueprints/NDPawn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9f5c9284613ed36ee7b858fbc5891e506830d33e56666ba7054e9a131345b16 -size 406042 +oid sha256:6cab1c449ae74e4a51e61efbdafa8b4e56f74ebff9b3b43efcd418cf43a11d52 +size 418575 diff --git a/SpaceStudioClient/Content/Main.umap b/SpaceStudioClient/Content/Main.umap index 95b948c..920a3f9 100644 --- a/SpaceStudioClient/Content/Main.umap +++ b/SpaceStudioClient/Content/Main.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fabd102069d1ad386d6e9eec3bd6cc639ce69aa11a33c813986fd3fea598a212 -size 70247 +oid sha256:d658c7644062b170fa0425e1767ef5dd1b7e4dc20293385c5080ef84ea9f364f +size 72204 diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index e827bb8..b22ed34 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -2,23 +2,23 @@ "master":true, "ndisplay":true, "slaveIp":"127.0.0.1", - "ControllerIp":"127.0.0.1", - "ControllerPort":9999, + "ControllerIp":"192.168.1.156", + "ControllerPort":80, "windowSize":{ "x":3840, "y":1080 }, "KinectOffset":{ - "x":0, - "y":0, - "z":1 + "x":-60, + "y":10, + "z":75 }, "KinectRange":{ - "scale":0.5, + "scale":1, "xCenter":200, - "xMin":-200, - "xMax":200, - "yMin":-200, - "yMax":200 + "xMin":-150, + "xMax":150, + "yMin":-100, + "yMax":180 } } \ No newline at end of file