SceneView background #249
-
Is it possible to use an IBL with SceneView (HDR file) and remove the background picture from SceneView, that comes with HDR file? |
Beta Was this translation helpful? Give feedback.
Answered by
ThomasGorisse
Dec 20, 2021
Replies: 2 comments 5 replies
-
Sure. You can load your .hdr from resources, assets and even from an http url. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Try this: sceneView.renderer?.removeEntity(sceneView.cameraStream.cameraStreamRenderable)
sceneView.renderer?.setSkybox(environment?.skybox) |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Methew5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this: