Browse Source

lens distortion fixed for blending

main
Cailean Finn 7 months ago
parent
commit
a32f031201
  1. 8
      Assets/6_Scenes/Beep.unity
  2. 2
      Assets/ML-Agents/Timers/Beep_timers.json
  3. 2
      Assets/Settings/HDRPDefaultResources/C Default.asset

8
Assets/6_Scenes/Beep.unity

@ -748,7 +748,7 @@ PlayableDirector:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 264146865}
m_Enabled: 0
m_Enabled: 1
serializedVersion: 3
m_PlayableAsset: {fileID: 11400000, guid: 68d832a05178f48e89734bbed0e1fd14, type: 2}
m_InitialState: 1
@ -1616,7 +1616,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 470663197}
serializedVersion: 2
m_LocalRotation: {x: 0.20631877, y: 0.13953522, z: -0.029739585, w: 0.96802795}
m_LocalRotation: {x: 0.20631877, y: 0.13953523, z: -0.029739587, w: 0.96802795}
m_LocalPosition: {x: 9.3949585, y: -3.307354, z: -5.0979614}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
@ -1853,7 +1853,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 513050371}
serializedVersion: 2
m_LocalRotation: {x: 0.17829932, y: -0.22369513, z: 0.041663494, w: 0.9573056}
m_LocalRotation: {x: 0.17829932, y: -0.22369511, z: 0.041663487, w: 0.9573056}
m_LocalPosition: {x: 9.355881, y: -3.2973547, z: -5.6164856}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
@ -3507,7 +3507,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1178814724}
serializedVersion: 2
m_LocalRotation: {x: 0.015149893, y: 0.97544634, z: -0.20789988, w: 0.07108192}
m_LocalRotation: {x: 0.015149891, y: 0.9754463, z: -0.20789987, w: 0.071081914}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0

2
Assets/ML-Agents/Timers/Beep_timers.json

@ -1 +1 @@
{"count":1,"self":25.245852799999998,"total":25.3366644,"children":{"InitializeActuators":{"count":1,"self":0.001039,"total":0.001039,"children":null},"InitializeSensors":{"count":1,"self":0.0025399,"total":0.0025399,"children":null},"AgentSendState":{"count":78,"self":0.0005122,"total":0.0010245,"children":{"CollectObservations":{"count":16,"self":0,"total":0,"children":null},"WriteActionMask":{"count":16,"self":0,"total":0,"children":null},"RequestDecision":{"count":16,"self":0.00051229999999999993,"total":0.00051229999999999993,"children":null}}},"DecideAction":{"count":78,"self":0.083188,"total":0.083188,"children":{"RayPerceptionSensor.Perceive":{"count":16,"self":0,"total":0,"children":null}}},"AgentAct":{"count":78,"self":0.0030204999999999997,"total":0.0030204999999999997,"children":null}},"gauges":{},"metadata":{"timer_format_version":"0.1.0","start_time_seconds":"1711456890","unity_version":"2023.2.8f1","command_line_arguments":"C:\\Program Files\\Unity\\Hub\\Editor\\2023.2.8f1\\Editor\\Unity.exe -projectpath C:\\Users\\caile\\Desktop\\Projects\\24_03-Beep\\beep-final -useHub -hubIPC -cloudEnvironment production","communication_protocol_version":"1.5.0","com.unity.ml-agents_version":"2.3.0-exp.3","scene_name":"Beep","end_time_seconds":"1711456916"}}
{"count":1,"self":29.534326399999998,"total":29.8624394,"children":{"InitializeActuators":{"count":1,"self":0.0010061,"total":0.0010061,"children":null},"InitializeSensors":{"count":1,"self":0.002545,"total":0.002545,"children":null},"AgentSendState":{"count":1155,"self":0.0085998,"total":0.025959,"children":{"CollectObservations":{"count":231,"self":0.0022152,"total":0.0022152,"children":null},"WriteActionMask":{"count":231,"self":0.0010069999999999999,"total":0.0010069999999999999,"children":null},"RequestDecision":{"count":231,"self":0.014136999999999999,"total":0.014136999999999999,"children":null}}},"DecideAction":{"count":1155,"self":0.2806898,"total":0.28426039999999997,"children":{"RayPerceptionSensor.Perceive":{"count":231,"self":0.0035705999999999997,"total":0.0035705999999999997,"children":null}}},"AgentAct":{"count":1155,"self":0.0133117,"total":0.0133117,"children":null}},"gauges":{},"metadata":{"timer_format_version":"0.1.0","start_time_seconds":"1711457631","unity_version":"2023.2.8f1","command_line_arguments":"C:\\Program Files\\Unity\\Hub\\Editor\\2023.2.8f1\\Editor\\Unity.exe -projectpath C:\\Users\\caile\\Desktop\\Projects\\24_03-Beep\\beep-final -useHub -hubIPC -cloudEnvironment production","communication_protocol_version":"1.5.0","com.unity.ml-agents_version":"2.3.0-exp.3","scene_name":"Beep","end_time_seconds":"1711457661"}}

2
Assets/Settings/HDRPDefaultResources/C Default.asset

@ -819,7 +819,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9c1bfcd0f0fa7b8468f281d6bbbaf320, type: 3}
m_Name: LensDistortion
m_EditorClassIdentifier:
active: 0
active: 1
intensity:
m_OverrideState: 1
m_Value: 0

Loading…
Cancel
Save