Skip to content

Commit

Permalink
fix rtgi
Browse files Browse the repository at this point in the history
  • Loading branch information
z3y committed Jun 16, 2024
1 parent c79cc98 commit 612ddf9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Docs~/CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [3.3.5] - 2024-6-16
- Fixed enlighten realtime GI

## [3.3.4] - 2024-6-9
- Added ZTest option

Expand Down
2 changes: 1 addition & 1 deletion ShaderLibrary/ShaderPass.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ struct Varyings
#if defined(EDITOR_VISUALIZATION)
float4 lightCoord : LIGHTCOORD;
#endif
#if defined(LIGHTMAP_ON) && defined(DYNAMICLIGHTMAP_ON)
#if defined(DYNAMICLIGHTMAP_ON)
centroid float4 lightmapUV : LIGHTMAPUV;
#elif defined(LIGHTMAP_ON)
centroid float2 lightmapUV : LIGHTMAPUV;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.z3y.shaders",
"description": "A Standard Shader and Surface Shaders alternative for Unity for Built-In pipeline and forward rendering (VRChat)",
"version": "3.3.4",
"version": "3.3.5",
"unity": "2019.4",
"displayName": "Lit Shaders",
"hideInEditor": false,
Expand All @@ -13,4 +13,4 @@
"name": "z3y",
"url": "https://github.com/z3y"
}
}
}

0 comments on commit 612ddf9

Please sign in to comment.