You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unused geometries / textures should be removed from WebGL context. If user doesn't explicitly call dispose(), it'll remain forever. We need to create garbage collector to clean it up.
Unused geometries / textures should be removed from WebGL context. If user doesn't explicitly call
dispose(), it'll remain forever. We need to create garbage collector to clean it up.