scene = {
let size = width < 600 ? width : 600;
yield html`<x3d width='${size}px' height='${size}px'>
<scene>
<Viewpoint position="-6.22457 2.85211 -3.57766" orientation="-0.27553 -0.95709 -0.08977 2.06576"></Viewpoint>
<shape>
<appearance>
<material diffuseColor='1 1 1'></material>
<ImageTexture url="https://upload.wikimedia.org/wikipedia/commons/b/b0/Thermohaline_circulation.png" />
</appearance>
<sphere radius=2> </sphere>
</shape>
</scene>
</x3d>`;
x3dom.reload();
}