- Depth buffer
- Debug display basics
- Basic vector + matrix maths
Made partially with gemini + antigravity
This commit is contained in:
2026-01-11 22:07:38 -05:00
parent fa1933c169
commit bfd042abbf
28 changed files with 959 additions and 67 deletions

View File

@@ -52,7 +52,7 @@ int main(int argc, char* argv[])
IOClose(outStream);
}
// Pause here to not close the console window immediately on stop while debugging
__asm int 3;
// __asm int 3;
});
for (int idx = 1; idx < argc; ++idx)