More models (beds, etc), proper fence support, lighting fixes for steps and slabs
This commit is contained in:
parent
9c1479b922
commit
c81c8cbaa6
4 changed files with 492 additions and 45 deletions
|
|
@ -154,9 +154,10 @@ public class DefaultHDShader implements HDShader {
|
|||
seq = 0;
|
||||
break;
|
||||
default:
|
||||
if(subalpha >= 0) /* We hit a block in a model */
|
||||
seq = 4; /* Use smooth top */
|
||||
else if(((pixelodd + mapiter.getY()) & 0x03) == 0)
|
||||
//if(subalpha >= 0) /* We hit a block in a model */
|
||||
// seq = 4; /* Use smooth top */
|
||||
//else
|
||||
if(((pixelodd + mapiter.getY()) & 0x03) == 0)
|
||||
seq = 3;
|
||||
else
|
||||
seq = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue