0

Add 3 more touch-up points for smooth lighting

Closes #1370
This commit is contained in:
Mitchell Skaggs
2018-04-21 17:12:47 -05:00
committed by Nicolas F
parent ebdc4016d7
commit 717fcdc5fe

View File

@@ -49,7 +49,7 @@ struct SmoothLightingFace {
}; };
/* top face touchups, pulled from textures.py (_build_block) */ /* top face touchups, pulled from textures.py (_build_block) */
static int top_touchups[] = {3, 4, 7, 2, 11, 0}; static int top_touchups[] = {1, 5, 3, 4, 5, 3, 7, 2, 9, 1, 11, 0};
/* the lighting face rule list! */ /* the lighting face rule list! */
static struct SmoothLightingFace lighting_rules[] = { static struct SmoothLightingFace lighting_rules[] = {
@@ -83,7 +83,7 @@ static struct SmoothLightingFace lighting_rules[] = {
-1, 0, 0, -1, 0, 0,
0, 0, 1}, 0, 0, 1},
}, },
top_touchups, 3}, top_touchups, 6},
/* left */ /* left */
{-1, 0, 0, { {-1, 0, 0, {