Skip to content

Commit

Permalink
comment out alpha cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
daametsi committed Nov 21, 2018
1 parent 0f24eb0 commit ae4aef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ float alphaCutOff;

#pragma body

_output.color.a = _output.color.a >= alphaCutOff ? 1.0 : 0.0;
//_output.color.a = _output.color.a >= alphaCutoff ? 1.0 : 0.0

0 comments on commit ae4aef8

Please sign in to comment.