mirror of https://github.com/AxioDL/metaforce.git
Update Mode7 enum
This commit is contained in:
parent
c82703aee2
commit
3ea58fb692
|
@ -393,7 +393,7 @@ void CBooModel::UVAnimationBuffer::ProcessAnimation(u8*& bufOut, const UVAnimati
|
||||||
postMtxOut.vec[3].y = CGraphics::g_GXModelMatrix.origin.y * 0.5f;
|
postMtxOut.vec[3].y = CGraphics::g_GXModelMatrix.origin.y * 0.5f;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case UVAnimation::Mode::WhoMustNotBeNamed:
|
case UVAnimation::Mode::CylinderEnvironment:
|
||||||
{
|
{
|
||||||
texMtxOut = (CGraphics::g_ViewMatrix.inverse() * CGraphics::g_GXModelMatrix).toMatrix4f();
|
texMtxOut = (CGraphics::g_ViewMatrix.inverse() * CGraphics::g_GXModelMatrix).toMatrix4f();
|
||||||
texMtxOut.vec[3].zeroOut();
|
texMtxOut.vec[3].zeroOut();
|
||||||
|
|
Loading…
Reference in New Issue