Three.js describes that geometries and materials should be disposed by the user (https://threejs.org/manual/#en/how-to-dispose-of-object).
There is no functionality in the library to dispose these things.
When adding and removing items from the scene these resources stay in memory and this results in ram usage increasing without decreasing.
This also happens in demo example 4
Three.js describes that geometries and materials should be disposed by the user (https://threejs.org/manual/#en/how-to-dispose-of-object).
There is no functionality in the library to dispose these things.
When adding and removing items from the scene these resources stay in memory and this results in ram usage increasing without decreasing.
This also happens in demo example 4