David Silvera

Results 2 comments of David Silvera

I found a temporary solution. The issue lies with the onResized method: ``` protected open fun onResized(width: Int, height: Int) { view.viewport = Viewport(0, 0, width, height) cameraNode.updateProjection() updateCameraManipulator() }...

Hello, Do you found any solution to make background transparent with version 2.0.3 ?