Add Vulkan Y-flip to projection matrix and ignore node_modules

Negate projection[1][1] to correct for Vulkan's Y-down NDC convention.
Also add node_modules/ to .gitignore to prevent accidental commits.
This commit is contained in:
Kelsi 2026-02-21 22:05:11 -08:00
parent 4fc3689dcc
commit b012906887
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -89,3 +89,4 @@ ingest/
# Local texture dumps / extracted art should never be committed
assets/textures/
node_modules/