Fix zbuffer writing in bounds shader

pull/18/head
Andrew Cassidy 4 years ago
parent bbbaedfa6c
commit 9c8d48d42c
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -14,10 +14,11 @@ Shader "ConformalDecals/SelectionGlow"
{
Tags { "Queue" = "Transparent" }
Cull Back
ZWrite Off
Pass
{
Blend One One
Blend One One
CGPROGRAM
#pragma vertex vert

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e439269d41a7212915a68e75beb891f9b85f107ba15de28e935f9170570a61ca
size 170387
oid sha256:6021352c2c8a9fe77df77838ae961d4ccaeeef51295bcdecbb798cfbbad00a52
size 170261

@ -6,7 +6,7 @@
{
"MAJOR":0,
"MINOR":1,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":

@ -1,4 +1,4 @@
# Conformal Decals v0.1.1
# Conformal Decals v0.1.2
[![Build Status](https://travis-ci.org/drewcassidy/KSP-Conformal-Decals.svg?branch=release)](https://travis-ci.org/drewcassidy/KSP-Conformal-Decals) [![Art: CC BY-SA 4.0](https://img.shields.io/badge/Art%20License-CC%20BY--SA%204.0-orange.svg)](https://creativecommons.org/licenses/by-sa/4.0/) [![Code: GPL v3](https://img.shields.io/badge/Code%20License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Screenshot](http://pileof.rocks/KSP/images/ConformalDecalsHeader.png)

@ -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
------
Fixes:
- Fixed flag decal not adjusting to new texture sizes immediately.
- Fixed decal bounds being visible on launch.

Loading…
Cancel
Save