Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mandic
Visualization
Commits
40d9c49b
Commit
40d9c49b
authored
May 01, 2022
by
Mandic
Browse files
Update externalfile.html
parent
25257593
Pipeline
#6371
passed with stages
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/X3DOMTutorial/externalfile.html
View file @
40d9c49b
...
...
@@ -5,6 +5,9 @@
<title>
External File
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"x3dom.css"
>
</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>
<body>
...
...
@@ -26,13 +29,24 @@
performance a lot.
</p>
<pre>
<
X3D id="shapedata"
>
<
Scene
>
<
background transparency='0' skyColor='1 1 1'
><
/background
>
<
inline url="HFT_Bau1_0.x3d"
><
/inline
>
<
/Scene
>
<
/X3D
&
gt
</pre>
<code
class=
"language-html"
>
<
html
>
<
head
>
<
title
>
External File e
<
/title
>
<
script type='text/javascript' src='http://www.x3dom.org/download/x3dom.js'
>
<
/script
>
<
link rel='stylesheet' type='text/css' href='http://www.x3dom.org/download/x3dom.css'
><
/link
>
<
/head
>
<
body
>
<
X3D id="shapedata"
>
<
Scene
>
<
background transparency='0' skyColor='1 1 1'
><
/background
>
<
inline url="HFT_Bau1_0.x3d"
><
/inline
>
<
/Scene
>
<
/X3D
&
gt
<
/body
>
<
/html
>
</code>
</pre>
<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_1.x3d"
>
HFT Building 1 Floor 1
</option>
...
...
@@ -55,4 +69,4 @@
</script>
</body>
</html>
\ No newline at end of file
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment