Wilfred Bradley Tan
Wilfred Bradley Tan
@YuAo Thanks for the quick response. I misunderstood the usage for the sRGB parameter. The fix for 2. works well in both the demo and my app. 😬
> Hello, > > Do you found any solution to make background transparent with version 2.0.3 ? @dsilvera I found an answer in [this issue](https://github.com/SceneView/sceneview-android/issues/306#issuecomment-1860004062)
> Good catch! It might come from the introduction of the configurable `CameraManipulator`. Could you please have a look at it and create a PR? Thanks Thank you for the...
Solved by declaring the CameraNode as such: ``` val cameraNode = remember { SceneView.createCameraNode(engine).apply { position = Position(z = 4.0f) } } ``` and moving the Disposable Effect after the...