Skip to content

Commit

Permalink
[Asset]Update PackageSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
haolange committed Nov 24, 2020
1 parent 6457e64 commit 0402f1e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions LICENSE.meta
Git LFS file not shown
3 changes: 3 additions & 0 deletions README.md.meta
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void Raytracing_ScreenTrace (uint3 id : SV_DispatchThreadID)
float3 ReflectVector = -reflect(WorldNormal, normalize(WorldPos - _WorldSpaceCameraPos));
float ReflecOcclusion = ReflectionOcclusion(BentNormal, ReflectVector, 0.25, 0.5);

UAV_ScreenIrradiance[id.xy] = ReflecOcclusion;
//UAV_ScreenIrradiance[id.xy] = ReflecOcclusion;
//UAV_ScreenIrradiance[id.xy] = float4(BentNormal, 1);
//UAV_ScreenIrradiance[id.xy] = dot(BentNormal, _WorldSpaceLightPos0.xyz);*/
UAV_ScreenIrradiance[id.xy] = dot(BentNormal, _WorldSpaceLightPos0.xyz);*/
}
2 changes: 1 addition & 1 deletion Runtime/Script/Post_SSGi.cs.meta
Git LFS file not shown
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "com.infinity.render",
"name": "com.infinity.render.ssl",
"description": "InfinityRender ScreenSpaceLightingPack",
"version": "1.0.0",
"unity": "2019.4",
"unityRelease": "0f1",
"displayName": "InfinityRender",
"displayName": "InfinityScreenSpaceStack",
"dependencies": {
"com.unity.postprocessing": "2.3.0"
},
Expand Down

0 comments on commit 0402f1e

Please sign in to comment.