x3delement=html`
<div style='height:${width / 1.6}px'>
<x3d>
<scene>
<transform scale='2.5 2 2.5' rotation='1 1 0 0.8'>
<shape>
<appearance def='transparent yellow'>
<material diffusecolor='1 1 0' transparency='0.3'>
</material>
</appearance>
<box solid='true'></box>
</shape>
<shape>
<appearance use='transparent yellow'>
</appearance>
<sphere solid='true' radius='1.3'></sphere>
</shape>
</transform>
<scene>
</x3d>
</div>
`