Babylon Viewer.js Embed Background

Hi All,

This is very very basic, but I have a really simple embed 3D animation using the Babylon.js Viewer (The Babylon.js Viewer - Babylon.js Documentation) and I’m struggling to get it to just have a plain coloured background, or no background at all - I have no knowledge on the main Babylon tool so a lot of it isn’t making much sense.

Thanks in advance,

Simon

Pinging @RaananW our viewer expert!

Welcome to the Babylon family @sparso!

"scene": {
    "clearColor": {
        "r": 1,
        "g": 1,
        "b": 1
    }
}