0

last of the obvious smooth-lighting render issues fixed

This commit is contained in:
Aaron Griffith
2011-10-26 21:50:23 -04:00
parent 4fb0dac3fd
commit 00f06e0499

View File

@@ -81,9 +81,6 @@ static struct SmoothLightingFace lighting_rules[] = {
/* left */
{-1, 0, 0, {
{12, 24,
0, 1, 0,
0, 0, -1},
{0, 18,
0, -1, 0,
0, 0, -1},
@@ -93,11 +90,17 @@ static struct SmoothLightingFace lighting_rules[] = {
{12, 12,
0, 1, 0,
0, 0, 1},
{12, 24,
0, 1, 0,
0, 0, -1},
},
NULL, 0},
/* right */
{0, 1, 0, {
{24, 6,
1, 0, 0,
0, 0, 1},
{12, 12,
-1, 0, 0,
0, 0, 1},
@@ -107,9 +110,6 @@ static struct SmoothLightingFace lighting_rules[] = {
{24, 18,
1, 0, 0,
0, 0, -1},
{24, 6,
1, 0, 0,
0, 0, 1},
},
NULL, 0},
};