Ejemplo n.º 1
0
        private void ShowTrackingArea()
        {
            this.showAreaText.text = "Hide Tracking Area";

            this.trackingArea = MenuKinectHelper.CreateTrackingArea(this.manager.KinectBrain.transform, this.area, this.sphereShader);
        }
Ejemplo n.º 2
0
        private void CreateMirrorJoints()
        {
            this.enableMirrorText.text = "Disable Mirror";

            this.mirrorJoints = MenuKinectHelper.CreateMirrorJoints(this.types, this.sphereShader);
        }