Commit Graph

5 Commits

Author SHA1 Message Date
ousttrue
6b3531ca46 Merge pull request #2787 from POPOPOinc/hadashiA/patches/0.131/fix-memory-leak-2
Fix NativeArray memory leaks (FastSpringBoneCombinedBuffer)
2026-06-22 16:05:31 +09:00
notargs
0c329f1e32 replace math.normalize to math.normalizesafe 2026-05-18 19:02:57 +09:00
hadashiA
a759ed62a7 Fix NativeArray memory leaks (FastSpringBoneCombinedBuffer) 2026-04-16 16:53:47 +09:00
0b5vr
6679040434 perf: Align the implementation of fromToQuaternion with the pseudocode in the spec
Since `from` is always `(0, 1, 0)`, we can simplify the logic to reduce computational overhead

When dot is approximately -1, we use `(1, 0, 0; 0)` as the spec specifies

See: 75fbd48a7c/specification/VRMC_springBone_limit-1.0/README.ja.md (rotation-1)
2025-12-26 17:37:55 +09:00
ousttrue
9b129cf788 mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00