Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SkinnedMesh で作成された DataTexture boneTexture が自動的に破棄されないようです。
メッシュがシーンから削除されたら、自分で処分する必要がありますか? これをカバーするドキュメントや例が見つからないようです。
この例のパターンに従って追加します
mesh.boneTexture.dispose();
three.js r.61