You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modelViewer.getScene().setSkybox(
new Skybox.Builder().color(0f, 0.0f, 0.0f, 0.0f).build(modelViewer.getEngine())
);
Neither approach has worked. The background remains black. I’ve also ensured that:
The is set to .SurfaceViewPixelFormat.TRANSLUCENT
The background color is set to .SurfaceViewColor.TRANSPARENT
The alpha channel is .Renderer.ClearOptions.clearColor0.0f
What is the correct way to make the Skybox transparent in Filament?
The text was updated successfully, but these errors were encountered:
I'm trying to make the Skybox transparent in Filament, but so far none of the methods I've tried have worked. Here's what I've attempted:
Setting the 's clear options to transparent:Renderer
Neither approach has worked. The background remains black. I’ve also ensured that:
The is set to .SurfaceViewPixelFormat.TRANSLUCENT
The background color is set to .SurfaceViewColor.TRANSPARENT
The alpha channel is .Renderer.ClearOptions.clearColor0.0f
What is the correct way to make the Skybox transparent in Filament?
The text was updated successfully, but these errors were encountered: