three.kt icon indicating copy to clipboard operation
three.kt copied to clipboard

Three.js port for the JVM (desktop)

Results 12 three.kt issues
Sort by recently updated
recently updated
newest added

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...