Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fbd37c5
Begin to write the new custom pass API
Feb 5, 2020
09f3faa
Begin to add custom pass utils shader
Feb 17, 2020
a0ff2ed
Merge branch 'HDRP/staging' into HDRP/feature/custom-pass-api
Mar 27, 2020
c68a4d9
Begin to add custom pass API test scenes
Apr 7, 2020
71dee6c
Fixes for the Gaussian blur of the custom pass API
Apr 8, 2020
328fe7e
Fix blur release
Apr 9, 2020
909a75c
Added custom pass copy test and fixed blur
Apr 10, 2020
1bd7c28
Merge branch 'HDRP/staging' into HDRP/feature/custom-pass-api
Apr 10, 2020
a8e9d95
Added more custom pass documentation
Apr 16, 2020
9839fb4
Merge remote-tracking branch 'origin/HDRP/staging' into HDRP/feature/…
Apr 16, 2020
90dfdda
Added custom pass API graphic test reference image
Apr 16, 2020
6dce389
Added more obsolete things
Apr 16, 2020
e32b4ac
fix function visibility
Apr 16, 2020
9d8dd99
Updated changelog
Apr 17, 2020
3cc615c
Added custom pass API test scene
Apr 17, 2020
8c60071
Fixed custom pass API doc
Apr 17, 2020
4392b6b
Moved obsolete execute function into the new one
Apr 22, 2020
4650b43
Merge remote-tracking branch 'origin/HDRP/staging' into HDRP/feature/…
Apr 22, 2020
a2613a8
Updated custom clear pass to use the new API
Apr 27, 2020
3535983
Merge branch 'HDRP/staging' into HDRP/feature/custom-pass-api
sebastienlagarde May 6, 2020
b37177e
Updated custom pass API test reference image
May 6, 2020
96a284a
Merge branch 'HDRP/staging' into HDRP/feature/custom-pass-api
sebastienlagarde May 6, 2020
e195cfb
Merge branch 'HDRP/staging' into HDRP/feature/custom-pass-api
sebastienlagarde May 11, 2020
b850051
update reference screenshots
sebastienlagarde May 11, 2020
9891d71
Fixed various scale issues in the blur custom pass API and updated re…
May 12, 2020
efedaee
Merge branch 'HDRP/feature/custom-pass-api' of https://github.com/Uni…
May 12, 2020
f1a04b2
Merge branch 'HDRP/staging' into HDRP/feature/custom-pass-api
May 19, 2020
aa02321
Disable custom pass API test because it's unstable
May 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 2
version: 3
--- !u!21 &2100000
Material:
serializedVersion: 6
Expand Down Expand Up @@ -199,8 +199,9 @@ Material:
- _PPDPrimitiveLength: 1
- _PPDPrimitiveWidth: 1
- _ReceivesSSR: 1
- _ReceivesSSRTransparent: 0
- _RefractionModel: 0
- _RenderQueueType: 5
- _RenderQueueType: 4
- _RequireSplitLighting: 0
- _SSRefractionProjectionModel: 0
- _ShiverDirectionality: 0.5
Expand All @@ -219,7 +220,7 @@ Material:
- _StencilWriteMask: 6
- _StencilWriteMaskDepth: 8
- _StencilWriteMaskDistortionVec: 4
- _StencilWriteMaskGBuffer: 3
- _StencilWriteMaskGBuffer: 14
- _StencilWriteMaskMV: 40
- _Stiffness: 1
- _SubsurfaceMask: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 2
version: 3
--- !u!21 &2100000
Material:
serializedVersion: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 2
version: 3
--- !u!21 &2100000
Material:
serializedVersion: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 2
version: 3
--- !u!21 &2100000
Material:
serializedVersion: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 2
version: 3
--- !u!21 &2100000
Material:
serializedVersion: 6
Expand All @@ -37,6 +37,7 @@ Material:
- TransparentDepthPrepass
- TransparentDepthPostpass
- TransparentBackface
- RayTracingPrepass
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
Expand Down Expand Up @@ -213,6 +214,7 @@ Material:
- _PPDPrimitiveLength: 1
- _PPDPrimitiveWidth: 1
- _PreRefractionPass: 0
- _RayTracing: 0
- _ReceivesSSR: 0
- _ReceivesSSRTransparent: 1
- _RefractionModel: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 2
version: 3
--- !u!21 &2100000
Material:
serializedVersion: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 2
version: 3
--- !u!21 &2100000
Material:
serializedVersion: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ NavMeshSettings:
manualTileSize: 0
tileSize: 256
accuratePlacement: 0
maxJobWorkers: 0
preserveTilesOutsideBounds: 0
debug:
m_Flags: 0
m_NavMeshData: {fileID: 0}
Expand Down Expand Up @@ -368,6 +370,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
isGlobal: 1
fadeRadius: 0
priority: 0
customPasses:
- id: 0
injectionPoint: 4
Expand Down Expand Up @@ -403,6 +406,85 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &317630009
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3df29e7cc05fbec4aa43e06ea875565d, type: 3}
m_Name:
m_EditorClassIdentifier:
active: 1
m_AdvancedMode: 0
rotation:
m_OverrideState: 0
m_Value: 0
min: 0
max: 360
skyIntensityMode:
m_OverrideState: 0
m_Value: 0
exposure:
m_OverrideState: 0
m_Value: 0
multiplier:
m_OverrideState: 0
m_Value: 1
min: 0
upperHemisphereLuxValue:
m_OverrideState: 0
m_Value: 1
min: 0
upperHemisphereLuxColor:
m_OverrideState: 0
m_Value: {x: 0, y: 0, z: 0}
desiredLuxValue:
m_OverrideState: 0
m_Value: 20000
updateMode:
m_OverrideState: 0
m_Value: 0
updatePeriod:
m_OverrideState: 0
m_Value: 0
min: 0
includeSunInBaking:
m_OverrideState: 0
m_Value: 0
sunSize:
m_OverrideState: 0
m_Value: 0.04
min: 0
max: 1
sunSizeConvergence:
m_OverrideState: 0
m_Value: 5
min: 1
max: 10
atmosphereThickness:
m_OverrideState: 0
m_Value: 1
min: 0
max: 5
skyTint:
m_OverrideState: 0
m_Value: {r: 0.5, g: 0.5, b: 0.5, a: 1}
hdr: 0
showAlpha: 1
showEyeDropper: 1
groundColor:
m_OverrideState: 0
m_Value: {r: 0.369, g: 0.349, b: 0.341, a: 1}
hdr: 0
showAlpha: 1
showEyeDropper: 1
enableSunDisk:
m_OverrideState: 0
m_Value: 1
--- !u!1 &402875804
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -529,6 +611,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
isGlobal: 1
fadeRadius: 0
priority: 0
customPasses:
- id: 0
injectionPoint: 3
Expand Down Expand Up @@ -595,6 +678,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
isGlobal: 1
fadeRadius: 0
priority: 0
customPasses:
- id: 0
- id: 1
Expand Down Expand Up @@ -825,6 +909,7 @@ MonoBehaviour:
captureRotationProxySpace: {x: 0, y: 0, z: 0, w: 1}
mirrorPositionProxySpace: {x: 0, y: 0, z: 0}
mirrorRotationProxySpace: {x: -0.70710677, y: 0, z: 0, w: 0.70710677}
resolution: 512
cameraSettings:
customRenderingSettings: 1
renderingPathCustomFrameSettings:
Expand Down Expand Up @@ -854,8 +939,8 @@ MonoBehaviour:
frustum:
mode: 0
aspect: 1
farClipPlane: 1000
nearClipPlane: 0.3
farClipPlaneRaw: 1000
nearClipPlaneRaw: 0.3
fieldOfView: 90
projectionMatrix:
e00: 1
Expand Down Expand Up @@ -1075,7 +1160,7 @@ MeshCollider:
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 3
serializedVersion: 4
m_Convex: 0
m_CookingOptions: 30
m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0}
Expand Down Expand Up @@ -1227,6 +1312,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
isGlobal: 1
fadeRadius: 0
priority: 0
customPasses:
- id: 0
injectionPoint: 2
Expand Down Expand Up @@ -1424,7 +1510,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_Profile: {fileID: 11400000, guid: 864689173ea47a14399cb0eb9a1d6e0e, type: 2}
m_StaticLightingSkyUniqueID: 2
m_SkySettings: {fileID: 1871786828}
m_SkySettings: {fileID: 317630009}
m_SkySettingsFromProfile: {fileID: 7974066123450201752, guid: 864689173ea47a14399cb0eb9a1d6e0e,
type: 2}
--- !u!114 &1551760952
Expand Down Expand Up @@ -1489,6 +1575,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
isGlobal: 1
fadeRadius: 0
priority: 0
customPasses:
- id: 0
injectionPoint: 0
Expand Down Expand Up @@ -1554,6 +1641,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
isGlobal: 1
fadeRadius: 0
priority: 0
customPasses:
- id: 0
injectionPoint: 5
Expand Down Expand Up @@ -1589,85 +1677,6 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1871786828
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3df29e7cc05fbec4aa43e06ea875565d, type: 3}
m_Name:
m_EditorClassIdentifier:
active: 1
m_AdvancedMode: 0
rotation:
m_OverrideState: 0
m_Value: 0
min: 0
max: 360
skyIntensityMode:
m_OverrideState: 0
m_Value: 0
exposure:
m_OverrideState: 0
m_Value: 0
multiplier:
m_OverrideState: 0
m_Value: 1
min: 0
upperHemisphereLuxValue:
m_OverrideState: 0
m_Value: 1
min: 0
upperHemisphereLuxColor:
m_OverrideState: 0
m_Value: {x: 0, y: 0, z: 0}
desiredLuxValue:
m_OverrideState: 0
m_Value: 20000
updateMode:
m_OverrideState: 0
m_Value: 0
updatePeriod:
m_OverrideState: 0
m_Value: 0
min: 0
includeSunInBaking:
m_OverrideState: 0
m_Value: 0
sunSize:
m_OverrideState: 0
m_Value: 0.04
min: 0
max: 1
sunSizeConvergence:
m_OverrideState: 0
m_Value: 5
min: 1
max: 10
atmosphereThickness:
m_OverrideState: 0
m_Value: 1
min: 0
max: 5
skyTint:
m_OverrideState: 0
m_Value: {r: 0.5, g: 0.5, b: 0.5, a: 1}
hdr: 0
showAlpha: 1
showEyeDropper: 1
groundColor:
m_OverrideState: 0
m_Value: {r: 0.369, g: 0.349, b: 0.341, a: 1}
hdr: 0
showAlpha: 1
showEyeDropper: 1
enableSunDisk:
m_OverrideState: 0
m_Value: 1
--- !u!1 &2130596026
GameObject:
m_ObjectHideFlags: 0
Expand Down
Loading