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
e9051c25
Commit
e9051c25
authored
Apr 19, 2022
by
Volker Coors
Browse files
Upload HelloX3DOM
parent
b1a9cb09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Exercise 2/HelloX3DOM.html
0 → 100644
View file @
e9051c25
<html>
<head>
<title>
My first X3DOM page
</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>
<h1>
Hello, X3DOM!
</h1>
<p>
This is my first html page with some 3d objects.
</p>
<x3d
width=
'600px'
height=
'400px'
>
<scene>
<shape>
<appearance>
<material
diffuseColor=
'1 0 0'
></material>
</appearance>
<box></box>
</shape>
</scene>
</x3d>
</body>
</html>
\ No newline at end of file
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