Displee

Results 11 issues of Displee

Dispose scene implementation is not finished. The scene should be removed from the `GLRenderLists.lists` on dispose, but it never is. Three.js code: https://github.com/mrdoob/three.js/blob/r106/src/renderers/webgl/WebGLRenderLists.js#L163 ```js function onSceneDispose( event ) { var...