Mirrored this time proeprly for sure.

This commit is contained in:
UnknownShadow200 2016-03-26 14:37:04 +11:00
parent c1abb51dbc
commit 95447bbe25
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ namespace ClassicalSharp.Model {
SetSlim.Head = Set64.Head;
SetSlim.Torso = Set64.Torso;
SetSlim.LeftLeg = Set64.LeftLeg;
SetSlim.RightLeg = Set.RightLeg;
SetSlim.RightLeg = Set64.RightLeg;
SetSlim.Hat = Set64.Hat;
lArm.BodyW -= 1; lArm.X1 += 1/16f;
SetSlim.LeftArm = BuildBox( lArm.TexOrigin( 32, 48 ) );

View File

@ -155,7 +155,7 @@ namespace ClassicalSharp.Model {
int x = desc.TexX, y = desc.TexY;
YQuad( x + sidesW, y, bodyW, sidesW, x2, x1, z2, z1, y2 ); // top
if( flipBottomY ) YQuad( x + sidesW + bodyW, y, bodyW, sidesW, x1, x2, z2, z1, y1 );
if( flipBottomY ) YQuad( x + sidesW + bodyW, y, bodyW, sidesW, x2, x1, z2, z1, y1 );
else YQuad( x + sidesW + bodyW, y, bodyW, sidesW, x2, x1, z1, z2, y1 ); // bottom
ZQuad( x + sidesW, y + sidesW, bodyW, bodyH, x2, x1, y1, y2, z1 ); // front
ZQuad( x + sidesW + bodyW + sidesW, y + sidesW, bodyW, bodyH, x1, x2, y1, y2, z2 ); // back