-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbasis.xhtml
29 lines (25 loc) · 913 Bytes
/
basis.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<script src="http://x3dom.org/release/x3dom.js"></script>
<link rel="stylesheet" href="http://x3dom.org/release/x3dom.css" />
</head>
<body>
<X3D profile="Interchange" version="3.2"
xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
xsd:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.2.xsd"
width="1000" height="1000">
<Scene>
<Shape>
<IndexedFaceSet coordIndex="$COORDINDEX" colorIndex="$COLORINDEX" colorPerVertex="false">
<Coordinate point="$VERTICES"/>
<Color color="$COLORS"/>
</IndexedFaceSet>
</Shape>
</Scene>
</X3D>
</body>
</html>