remove extra alpha check in deferred sdf_text3D.slf

This commit is contained in:
Sam Gondelman 2019-06-26 11:21:52 -07:00 committed by GitHub
parent 53e6e00773
commit 7573c1207b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,10 +80,6 @@ void main() {
alpha);
<@endif@>
<@else@>
if (alpha <= 0.0) {
discard;
}
packDeferredFragment(
normalize(_normalWS),
alpha,
@ -94,4 +90,4 @@ void main() {
DEFAULT_OCCLUSION,
DEFAULT_SCATTERING);
<@endif@>
}
}