Commit c5d22ee0 authored by Mandic's avatar Mandic
Browse files

Update externalfile.html

parent 89deb070
Pipeline #6434 passed with stages
in 14 seconds
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
<title> External File </title> <title> External File </title>
<link rel="stylesheet" type="text/css" href="x3dom.css"> <link rel="stylesheet" type="text/css" href="x3dom.css">
</link> </link>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.1/styles/vs.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.1/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head> </head>
<body> <body>
...@@ -26,13 +29,24 @@ ...@@ -26,13 +29,24 @@
performance a lot. performance a lot.
</p> </p>
<pre> <pre>
&lt;X3D id="shapedata"&gt; <code class="language-html">
&lt;Scene&gt; &lt;html&gt;
&lt;background transparency='0' skyColor='1 1 1'&gt;&lt;/background&gt; &lt;head&gt;
&lt;inline url="HFT_Bau1_0.x3d"&gt;&lt;/inline&gt; &lt;title&gt; External File e&lt;/title&gt;
&lt;/Scene&gt; &lt;script type='text/javascript' src='http://www.x3dom.org/download/x3dom.js'&gt; &lt;/script&gt;
&lt;/X3D&gt &lt;link rel='stylesheet' type='text/css' href='http://www.x3dom.org/download/x3dom.css'&gt;&lt;/link&gt;
</pre> &lt;/head&gt;
&lt;body&gt;
&lt;X3D id="shapedata"&gt;
&lt;Scene&gt;
&lt;background transparency='0' skyColor='1 1 1'&gt;&lt;/background&gt;
&lt;inline url="HFT_Bau1_0.x3d"&gt;&lt;/inline&gt;
&lt;/Scene&gt;
&lt;/X3D&gt
&lt;/body&gt;
&lt;/html&gt;
</code>
</pre>
<select id="combo" style="margin-bottom:20px" onchange="comboCallback();"> <select id="combo" style="margin-bottom:20px" onchange="comboCallback();">
<option value="x3d/HFT_Bau1_0.x3d">HFT Building 1 Floor 0</option> <option value="x3d/HFT_Bau1_0.x3d">HFT Building 1 Floor 0</option>
<option value="x3d/HFT_Bau1_1.x3d">HFT Building 1 Floor 1</option> <option value="x3d/HFT_Bau1_1.x3d">HFT Building 1 Floor 1</option>
...@@ -55,4 +69,4 @@ ...@@ -55,4 +69,4 @@
</script> </script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment