<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN"
"http://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D profile='Immersive'
xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance'
xsd:noNamespaceSchemaLocation=
'http://www.web3d.org/specifications/x3d-3.0.xsd'>
<head>
<meta name='filename' content='platonics.x3d' />
<meta name='author' content='Dethe Elza' />
<meta name='created' content='2005-10-20' />
<meta name='description'
content='Display of the Platonic solids' />
</head>
<Scene>
<!-- This NavigationInfo node is added to many scenes,
making examination of objects easier. -->
<NavigationInfo type='"EXAMINE" "ANY"' />
<Viewpoint description='Default' position='0 0 7' />
<Background skyColor="1 1 1" groundColor="1 1 1" />
<!-- tetrahedron description snipped -->
<!-- cube description snipped -->
<!-- octohedron description snipped -->
<Transform translation="1.25 0 0" scale=".5 .5 .5">
<!-- this is the dodecahedron description -->
<Shape>
<Appearance>
<Material diffuseColor="0 1 0" />
</Appearance>
<IndexedFaceSet coordIndex="0,7,8,15,4,-1, 6,10,9,8,7,-1,
0,1,5,6,7,-1, 1,2,12,11,5,-1, 12,13,16,17,11,-1,
2,3,18,13,12,-1, 4,3,2,1,0,-1, 3,4,15,14,18,-1,
6,5,11,17,10,-1, 9,10,17,16,19,-1, 8,9,19,14,15,-1,
13,18,14,19,16">
<Coordinate point=".577 .577 .577, .934 0 .357, .577 -.577
.577, 0 -.357 .934, 0 .357 .934, .934 0 -.357, .577 .577
-.577, .357 .934 0, -.357 .934 0, -.577 .577 -.577, 0 .357
-.934, .577 -.577 -.577, .357 -.934 0, -.357 -.934 0,
-.934 0 .357, -.577 .577 .577, -.577 -.577 -.577, 0 -.357
-.934, -.577 -.577 .577, -.934 0 -.357" />
</IndexedFaceSet>
</Shape>
</Transform>
<!-- icosahedron description snipped -->
</Scene>
</X3D>
|