mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix zbuffer writing in bounds shader
This commit is contained in:
@ -14,6 +14,7 @@ Shader "ConformalDecals/SelectionGlow"
|
|||||||
{
|
{
|
||||||
Tags { "Queue" = "Transparent" }
|
Tags { "Queue" = "Transparent" }
|
||||||
Cull Back
|
Cull Back
|
||||||
|
ZWrite Off
|
||||||
|
|
||||||
Pass
|
Pass
|
||||||
{
|
{
|
||||||
|
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"MAJOR":0,
|
"MAJOR":0,
|
||||||
"MINOR":1,
|
"MINOR":1,
|
||||||
"PATCH":1,
|
"PATCH":2,
|
||||||
"BUILD":0
|
"BUILD":0
|
||||||
},
|
},
|
||||||
"KSP_VERSION":
|
"KSP_VERSION":
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Conformal Decals v0.1.1
|
# Conformal Decals v0.1.2
|
||||||
[](https://travis-ci.org/drewcassidy/KSP-Conformal-Decals) [](https://creativecommons.org/licenses/by-sa/4.0/) [](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://travis-ci.org/drewcassidy/KSP-Conformal-Decals) [](https://creativecommons.org/licenses/by-sa/4.0/) [](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
|
||||||

|

|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
|
v0.1.2
|
||||||
|
------
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
- Disabled writing to the zbuffer in the decal bounds shader. Should fix any issues with Scatterer or EVE.
|
||||||
|
|
||||||
v0.1.1
|
v0.1.1
|
||||||
------
|
------
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- Fixed flag decal not adjusting to new texture sizes immediately.
|
- Fixed flag decal not adjusting to new texture sizes immediately.
|
||||||
- Fixed decal bounds being visible on launch.
|
- Fixed decal bounds being visible on launch.
|
||||||
|
Reference in New Issue
Block a user