X3DOM editor: Edit X3D code and click button to load: or copy to clipboard as link:

Make sure to remove any initial white space. You can load external links with index.html?url=https://server/my.x3d . ⌨ 🄺 🄴 🅈 🄱 🄾 🄰 🅁 🄳
x
12
 
1
<X3D>
2
  <Scene>
3
    <Background skyColor='1 1 1'/>
4
    <Viewpoint description='Book View' orientation='-0.747 -0.624 -0.231 1.05' position='-1.81 3.12 2.59'/>
5
    <Shape>
6
      <Box size='1 2 3'/>
7
      <Appearance>
8
        <Material/>
9
      </Appearance>
10
    </Shape>
11
  </Scene>
12
</X3D>
0