0

lighting and smooth lighting updated for anvil

This commit is contained in:
Aaron Griffith
2012-02-21 15:51:34 -05:00
parent c5f2077d51
commit 4ac7c1222a
4 changed files with 51 additions and 177 deletions

View File

@@ -69,53 +69,53 @@ static struct SmoothLightingFace lighting_rules[] = {
*/
/* top */
{0, 0, 1, {
{0, 1, 0, {
{0, 6,
-1, 0, 0,
0, -1, 0},
0, 0, -1},
{12, 0,
1, 0, 0,
0, -1, 0},
0, 0, -1},
{24, 6,
1, 0, 0,
0, 1, 0},
0, 0, 1},
{12, 12,
-1, 0, 0,
0, 1, 0},
0, 0, 1},
},
top_touchups, 3},
/* left */
{-1, 0, 0, {
{0, 18,
0, -1, 0,
0, 0, -1},
0, 0, -1,
0, -1, 0},
{0, 6,
0, -1, 0,
0, 0, 1},
0, 0, -1,
0, 1, 0},
{12, 12,
0, 1, 0,
0, 0, 1},
0, 0, 1,
0, 1, 0},
{12, 24,
0, 1, 0,
0, 0, -1},
0, 0, 1,
0, -1, 0},
},
NULL, 0},
/* right */
{0, 1, 0, {
{0, 0, 1, {
{24, 6,
1, 0, 0,
0, 0, 1},
0, 1, 0},
{12, 12,
-1, 0, 0,
0, 0, 1},
0, 1, 0},
{12, 24,
-1, 0, 0,
0, 0, -1},
0, -1, 0},
{24, 18,
1, 0, 0,
0, 0, -1},
0, -1, 0},
},
NULL, 0},
};