This commit is contained in:
Nishi 2026-01-11 20:26:15 +09:00
commit dd544c245e
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 81 additions and 68 deletions

View file

@ -46,7 +46,7 @@ void GBMathNormal3x3(GBVector3 r, GBVector3 v0, GBVector3 v1, GBVector3 v2) {
GBVector3 t0, t1;
GBMathSubtract3(t0, v1, v0);
GBMathSubtract3(t0, v2, v0);
GBMathSubtract3(t1, v2, v0);
GBMathCross3(r, t0, t1);