فهرست منبع

Examples: Fix memory leak in FBX demo. (#31068)

Michael Herzog 9 ماه پیش
والد
کامیت
0e317c0b91
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      examples/webgl_loader_fbx.html

+ 6 - 0
examples/webgl_loader_fbx.html

@@ -128,6 +128,12 @@
 
 						object.traverse( function ( child ) {
 
+							if ( child.isSkinnedMesh ) {
+
+								child.skeleton.dispose();
+
+							}
+
 							if ( child.material ) {
 
 								const materials = Array.isArray( child.material ) ? child.material : [ child.material ];

粤ICP备19079148号