three.kt
three.kt copied to clipboard
Three.js port for the JVM (desktop)
I think the name of the issue is enough self-explanatory, this library should be updated with new version !
Currently there's a dirty bug where textured meshes turn black (their texture gets disposed somehow?) when the `visibility` of one textured mesh is set to `false`:  This is most...
Copy the docs from `three.js` funtions to `three.kt` functions
`three.js` caches uniforms to avoid writing them at each frame. `three.kt` does not. Lets do that.
My computer system is MacOS (M1). If I run the project directly, I only see the background color, not the cube. (I'm running fine on Windows). I checked the data...
Fix for https://github.com/markaren/three.kt/issues/81 threejs code: https://github.com/mrdoob/three.js/blob/dev/src/renderers/WebGLRenderer.js#L516
I know you stopped working on this, but I can´t add issues to my fork so I add them here for if anyone else comes across this