Work on d_debug_camera (#3024)

This commit is contained in:
hatal175
2026-01-08 16:53:40 +02:00
committed by GitHub
parent 0e7b42e9ea
commit 2d4a8ee46a
11 changed files with 47 additions and 26 deletions
+1 -1
View File
@@ -1823,7 +1823,7 @@ void daObjBm_c::debugDraw() {
}
if (CHECK_DRAW) {
mpBgW->CalcPlane();
mpBgW->DebugDraw();
}
}
#endif
+1 -1
View File
@@ -365,7 +365,7 @@ int daObjFallObj_c::Draw() {
#if DEBUG
if (l_HIO.mCheckDisplay) {
mpBgW->CalcPlane();
mpBgW->DebugDraw();
daPy_py_c* player = daPy_getPlayerActorClass();
GXColor color = (GXColor){0xff, 0, 0, 0xff};
cXyz cStack_1c(attention_info.position);
+1 -1
View File
@@ -210,7 +210,7 @@ void daRotBridge_c::moveBridge() {
int daRotBridge_c::Draw() {
#if DEBUG
if (l_HIO.draw_wall_collision && mpBgW2 != NULL) {
mpBgW2->CalcPlane();
mpBgW2->DebugDraw();
}
#endif
+1 -1
View File
@@ -387,7 +387,7 @@ int daObjSmgDoor_c::Draw() {
#if DEBUG
if (l_HIO.field_0x6 != 0) {
mpBgW->CalcPlane();
mpBgW->DebugDraw();
}
#endif
+1 -1
View File
@@ -437,7 +437,7 @@ int daObjSwLight_c::Draw() {
#if DEBUG
if (l_HIO.mCheckRendering) {
mpBgW->CalcPlane();
mpBgW->DebugDraw();
}
#endif
+1 -1
View File
@@ -521,7 +521,7 @@ int daObjTobyHouse_c::Draw() {
#if DEBUG
if (l_HIO.mDrawCollision) {
mpBgW->CalcPlane();
mpBgW->DebugDraw();
}
#endif