From fb852ebd0d3167b618e3dbc9c9dcb608ca76dbc4 Mon Sep 17 00:00:00 2001 From: Frozen2-Deveoper Date: Mon, 28 Sep 2020 18:03:09 +0800 Subject: [PATCH] [01_ForstCoronation] Updated it. --- .../Build/settings.json | 238 ++++++++++++++++++ .../ofxKinectV2TouchApp/data/corners.xml | 16 +- .../ofxKinectV2TouchApp/data/kinect2.xml | 4 +- .../data/settings/homo_setting.xml | 22 +- 4 files changed, 259 insertions(+), 21 deletions(-) create mode 100644 01_ForstCoronation/UnityBuild-19050-01_ForstCoronation/Build/settings.json diff --git a/01_ForstCoronation/UnityBuild-19050-01_ForstCoronation/Build/settings.json b/01_ForstCoronation/UnityBuild-19050-01_ForstCoronation/Build/settings.json new file mode 100644 index 0000000..21e4a79 --- /dev/null +++ b/01_ForstCoronation/UnityBuild-19050-01_ForstCoronation/Build/settings.json @@ -0,0 +1,238 @@ +{ + "properties": [ + { + "type": 4, + "key": "MainCamera.cam_x", + "value": "-1.032934", + "range": { + "x": -5.0, + "y": 5.0 + } + }, + { + "type": 4, + "key": "MainCamera.cam_y", + "value": "5", + "range": { + "x": 5.0, + "y": 10.0 + } + }, + { + "type": 4, + "key": "MainCamera.key_movement", + "value": "0.1", + "range": { + "x": 0.05000000074505806, + "y": 0.5 + } + }, + { + "type": 2, + "key": "iceVFX.lifetime", + "value": "2", + "range": { + "x": 1.0, + "y": 10.0 + } + }, + { + "type": 2, + "key": "iceVFX.ground_ice_spawn_rate", + "value": "40000", + "range": { + "x": 10000.0, + "y": 60000.0 + } + }, + { + "type": 2, + "key": "iceVFX.ground_flake_spawn_rate", + "value": "5407", + "range": { + "x": 1000.0, + "y": 10000.0 + } + }, + { + "type": 2, + "key": "iceVFX.flying_flake_spawn_rate", + "value": "1489", + "range": { + "x": 100.0, + "y": 3000.0 + } + }, + { + "type": 4, + "key": "iceVFX.min_frost_size", + "value": "0.2850499", + "range": { + "x": 0.10000000149011612, + "y": 0.800000011920929 + } + }, + { + "type": 4, + "key": "iceVFX.max_frost_size", + "value": "0.7754303", + "range": { + "x": 0.30000001192092898, + "y": 1.0 + } + }, + { + "type": 4, + "key": "iceVFX.min_spike_size", + "value": "0.3", + "range": { + "x": 0.009999999776482582, + "y": 0.5 + } + }, + { + "type": 4, + "key": "iceVFX.max_spike_size", + "value": "0.6", + "range": { + "x": 0.10000000149011612, + "y": 1.0 + } + }, + { + "type": 4, + "key": "iceVFX.min_flake_size", + "value": "0", + "range": { + "x": 0.0, + "y": 0.10000000149011612 + } + }, + { + "type": 4, + "key": "iceVFX.max_flake_size", + "value": "0.1286162", + "range": { + "x": 0.05000000074505806, + "y": 0.30000001192092898 + } + }, + { + "type": 4, + "key": "iceVFX.ground_post_alpha", + "value": "0", + "range": { + "x": -1.0, + "y": 1.0 + } + }, + { + "type": 4, + "key": "iceVFX.flake_alpha", + "value": "1", + "range": { + "x": 0.0, + "y": 1.0 + } + }, + { + "type": 3, + "key": "SceneController.debugMode", + "value": "false", + "range": { + "x": 0.0, + "y": 0.0 + } + }, + { + "type": 4, + "key": "SceneController.Emitter_x", + "value": "3.5", + "range": { + "x": 0.0, + "y": 5.0 + } + }, + { + "type": 4, + "key": "SceneController.Target_x", + "value": "-5", + "range": { + "x": -5.0, + "y": 0.0 + } + }, + { + "type": 4, + "key": "SceneController.growing_speed", + "value": "0.003920139", + "range": { + "x": 0.0, + "y": 0.05000000074505806 + } + }, + { + "type": 2, + "key": "SceneController.delay_sec", + "value": "2", + "range": { + "x": 0.0, + "y": 5.0 + } + }, + { + "type": 4, + "key": "PostProcess.post_exposure", + "value": "-0.6", + "range": { + "x": -2.0, + "y": 2.0 + } + }, + { + "type": 4, + "key": "PostProcess.contrast", + "value": "100", + "range": { + "x": -100.0, + "y": 100.0 + } + }, + { + "type": 4, + "key": "PostProcess.saturation", + "value": "-20", + "range": { + "x": -100.0, + "y": 100.0 + } + }, + { + "type": 4, + "key": "PostProcess.bloom_intensity", + "value": "1", + "range": { + "x": 0.0, + "y": 3.0 + } + }, + { + "type": 4, + "key": "PostProcess.bloom_threshold", + "value": "0.6", + "range": { + "x": 0.0, + "y": 1.0 + } + }, + { + "type": 4, + "key": "PostProcess.vignette_intensity", + "value": "0.3", + "range": { + "x": 0.0, + "y": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/01_ForstCoronation/ofxKinectV2TouchApp/data/corners.xml b/01_ForstCoronation/ofxKinectV2TouchApp/data/corners.xml index e40559c..4f73382 100644 --- a/01_ForstCoronation/ofxKinectV2TouchApp/data/corners.xml +++ b/01_ForstCoronation/ofxKinectV2TouchApp/data/corners.xml @@ -1,20 +1,20 @@ - 116.093368530 - 45.093383789 + 168.093368530 + 58.093383789 - 438.906646729 - 33.000000000 + 329.906646729 + 85.093383789 - 434.906616211 - 363.906646729 + 325.906616211 + 345.906646729 - 133.093368530 - 326.906616211 + 166.093368530 + 343.906616211 diff --git a/01_ForstCoronation/ofxKinectV2TouchApp/data/kinect2.xml b/01_ForstCoronation/ofxKinectV2TouchApp/data/kinect2.xml index 4382756..aa98ca8 100644 --- a/01_ForstCoronation/ofxKinectV2TouchApp/data/kinect2.xml +++ b/01_ForstCoronation/ofxKinectV2TouchApp/data/kinect2.xml @@ -7,8 +7,8 @@ 20 1 1 - -5, -5, 0.489796 - 5, 5, 3.59184 + -5, -5, 0.244898 + 5, 5, 3.10204 5 0.2 diff --git a/01_ForstCoronation/ucProjectionMappingUI/data/settings/homo_setting.xml b/01_ForstCoronation/ucProjectionMappingUI/data/settings/homo_setting.xml index aad8be5..10135fe 100644 --- a/01_ForstCoronation/ucProjectionMappingUI/data/settings/homo_setting.xml +++ b/01_ForstCoronation/ucProjectionMappingUI/data/settings/homo_setting.xml @@ -1,8 +1,8 @@ -1 +0 0 -1 -0 -0 +0 +1 +1 1 0 60 @@ -36,20 +36,20 @@ 0.000000000 0.000000000 - 0.002148234 - -0.497786552 + 0.002148424 + -0.497786343 1.000000000 0.000000000 1.000488281 - -0.501044810 + -0.501044750 0.000000000 0.333333343 - 0.002408855 - 0.001302082 + 0.002408981 + 0.001302242 1.000000000 @@ -61,13 +61,13 @@ 0.000000000 1.000000000 0.002929688 - 0.998697996 + 0.998698294 1.000000000 1.000000000 1.000488281 - 1.001302123 + 1.001302242