first round of constants cleanup (#3021)

* first round of constants cleanup

* move m_PI_D definition

* remove compatibility comment

* add future version of angle subtracting with/without cast

* whitespace change to run builds again
This commit is contained in:
roeming
2026-01-10 16:38:04 -05:00
committed by GitHub
parent d5e748beaa
commit 37ec227b3f
30 changed files with 81 additions and 59 deletions
+2 -2
View File
@@ -3348,8 +3348,8 @@ bool dCamera_c::possessedEvCamera() {
cXyz sp60;
mDoLib_project(&mEyePos, &sp60);
SetBlurePosition(sp60.x / scissor->width, sp60.y / scissor->height, 0.0f);
SetBlureAlpha((fVar1 * 0.699999988079071f) + 0.5f);
SetBlureScale((fVar1 * 0.09000000357627869f) + 1.1f, 0.98f - (fVar1 * 0.18000000715255737f), 0.0f);
SetBlureAlpha((fVar1 * 0.7f) + 0.5f);
SetBlureScale((fVar1 * 0.09f) + 1.1f, 0.98f - (fVar1 * 0.18f), 0.0f);
}
}