How to set image as background for gltf format?

You can use scene.background for this:

https://jsfiddle.net/f2Lommf5/10167/

Alternatively, you can pass alpha: true when creating an instance of WebGLRenderer and create a background via HTML and CSS.

https://jsfiddle.net/f2Lommf5/10169/

2 Likes