diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-27 00:56:58 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-27 00:58:02 -0500 |
commit | 799e6680d40119dc9c2a9e0b320054a40324bebe (patch) | |
tree | dbcd308d59eb6e4f937a5547dd77d9f91d4fec20 /VRCSDK3Avatars/Assets/_PoiyomiShaders/ModularShader/Editor/NextPatch.txt | |
parent | move to self host (diff) | |
download | unityprojects-799e6680d40119dc9c2a9e0b320054a40324bebe.tar.gz unityprojects-799e6680d40119dc9c2a9e0b320054a40324bebe.tar.bz2 unityprojects-799e6680d40119dc9c2a9e0b320054a40324bebe.zip |
VRCSDK3Avatars found!
Diffstat (limited to 'VRCSDK3Avatars/Assets/_PoiyomiShaders/ModularShader/Editor/NextPatch.txt')
-rw-r--r-- | VRCSDK3Avatars/Assets/_PoiyomiShaders/ModularShader/Editor/NextPatch.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/VRCSDK3Avatars/Assets/_PoiyomiShaders/ModularShader/Editor/NextPatch.txt b/VRCSDK3Avatars/Assets/_PoiyomiShaders/ModularShader/Editor/NextPatch.txt new file mode 100644 index 00000000..d19cfec4 --- /dev/null +++ b/VRCSDK3Avatars/Assets/_PoiyomiShaders/ModularShader/Editor/NextPatch.txt @@ -0,0 +1,16 @@ +Next Patch +Fixed rimlighting bugs and added additional functionality +Fixed pathing going pink on lock in if no pathing texture was provided +Iridescence audio link now functions +Fixed Scrolling Emission width less than 0 causing nans +Removed center out emission audio link width as it wasn't being used + +[ThryToggleUI(true)] _TPSDepthMaskEnabled ("<size=13><b> TPS Depth Enabled</b></size>", Float) = 0 +_TPSMaskStrength ("Mask Strength--{condition_showS:(_TPSDepthMaskEnabled==1)}", Range(0,1)) = 1 +float TPSMaskStrength; +#ifdef TPS_Penetrator + if (_TPSDepthMaskEnabled) + { + clearCoatMask = lerp(clearCoatMask, 1, TPSBufferedDepth(poiMesh.localPos, poiMesh.vertexColor) * _TPSMaskStrength); + } +#endif
\ No newline at end of file |