Some PostEffect

This commit is contained in:
robojumper
2025-03-20 16:42:31 +01:00
parent 217851300a
commit bd2c72d8c2
12 changed files with 381 additions and 30 deletions
+2
View File
@@ -26,6 +26,7 @@ Matrix34f &LookAtCamera::getViewMatrixOld() {
}
void LookAtCamera::doUpdateMatrix() {
// NONMATCHING
mOtherMtx.copyFrom(mViewMtx);
EGG::Vector3f posRight = mPosition;
posRight -= mRight;
@@ -61,6 +62,7 @@ OrthoCamera::OrthoCamera() {
}
void OrthoCamera::update_parms() {
// NONMATCHING
f32 z = field_0x8C;
f32 sin = Math<f32>::sin(field_0x88);
f32 cos = Math<f32>::cos(field_0x88);