Skip to content

Commit

Permalink
add smoke diffusion profile to hdrp settings
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBoiseLGSVL committed Feb 12, 2021
1 parent 9b119d4 commit 30ee706
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions Assets/HDRPDefaultResources/HDRenderPipelineAsset.asset
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ MonoBehaviour:
- {fileID: 11400000, guid: 36d07e7adfce17541ad36b999254b7c3, type: 2}
- {fileID: 11400000, guid: c8fa54a961f1dac4ea3760ecdc14c858, type: 2}
- {fileID: 11400000, guid: d9c6f0cc143dc7849b0ed86a6b416431, type: 2}
- {fileID: 11400000, guid: 6f4b31fc288769942b92a226825ad17a, type: 2}
beforeTransparentCustomPostProcesses: []
beforePostProcessCustomPostProcesses: []
afterPostProcessCustomPostProcesses: []
24 changes: 24 additions & 0 deletions Assets/HDRPDefaultResources/SmokeDiffusion.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
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: b2686e09ec7aef44bad2843e4416f057, type: 3}
m_Name: SmokeDiffusion
m_EditorClassIdentifier:
m_Version: 1
profile:
scatteringDistance: {r: 0.5, g: 0.5, b: 0.5, a: 1}
transmissionTint: {r: 1, g: 1, b: 1, a: 1}
texturingMode: 0
transmissionMode: 1
thicknessRemap: {x: 0, y: 5}
worldScale: 1
ior: 1.5
hash: 1080689487
8 changes: 8 additions & 0 deletions Assets/HDRPDefaultResources/SmokeDiffusion.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30ee706

Please sign in to comment.