dinakar-m
dinakar-m
any one can answer?
using skybox the color can be set to red. > sceneView.skybox = Skybox.Builder() .color(0.0f, 1.0f, 1.0f, 1f) .build(sceneView.engine) but how to make background transparent? trying to use this scene view...
> @dinakar-m Have you tried setting the alpha to 0? (the last number in the color) yes that also does not work.
@stackunderflows are you one of contributor to this repo? i really want a attribute to make the background color to be transparent. Just to fix background color to transparent i...
this also does not worked... sceneView.skybox = Skybox.Builder() // .color(1.0f, 1.0f, 1.0f, 0.0f) // .build(sceneView.engine)
inside below class init method open class SceneView @JvmOverloads constructor( init.... renderer.clearOptions = renderer.clearOptions.apply { // TRY HERE // clear = !uiHelper.isOpaque // NOTE true changing background UI to black...
@ponnamkarthik can you check?