1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
|
3 | <X3D profile='Interchange' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.3.xsd'> |
4 | <head> |
5 | <meta name='title' content='Octahedron.x3d'/> |
6 | <meta name='description' content='Octahedron is an 8-sided polyhedron with 6 vertices, 8 triangular faces and 12 edges. A regular octahedron contains equilateral triangles and is a Platonic solid. An Octahedron is equivalent to two contiguous Pyramids. The dual of the Octahedron is the cube.'/> |
7 | <meta name='created' content='26 September 2014'/> |
8 | <meta name='modified' content='20 October 2019'/> |
9 | <meta name='creator' content='Don Brutzman'/> |
10 | <meta name='reference' content='Octahedron.ply'/> |
11 | <meta name='reference' content='https://en.wikipedia.org/wiki/Octahedron'/> |
12 | <meta name='reference' content='https://en.wiktionary.org/wiki/octahedron'/> |
13 | <meta name='reference' content='https://en.wikipedia.org/wiki/Platonic_solid'/> |
14 | <meta name='reference' content='http://polyhedra.org/poly/show/2/octahedron'/> |
15 | <meta name='reference' content='http://www.mathsisfun.com/geometry/octahedron.html'/> |
16 | <meta name='reference' content='http://www.kjmaclean.com/Geometry/Octahedron.html'/> |
17 | <meta name='reference' content='http://www.georgehart.com/virtual-polyhedra/vp.html'/> |
18 | <meta name='reference' content='http://www.georgehart.com/virtual-polyhedra/vrml/octahedron.wrl'/> |
19 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/Octahedron.x3d'/> |
20 | <meta name='generator' content='Meshlab X3D Exported, http://meshlab.sourceforge.net'/> |
21 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
22 | <meta name='license' content='../license.html'/> |
23 | </head> |
24 | <Scene> |
25 | <WorldInfo title='Octahedron.x3d'/> |
26 | <Background skyColor='0.5 1 0.9'/> |
27 | <Viewpoint description='Octahedron' position='0 0 4'/> |
28 | <Shape DEF='Octahedron'> |
29 | <IndexedFaceSet solid='false' coordIndex='0 1 2 -1 0 2 3 -1 0 3 4 -1 0 4 1 -1 5 1 4 -1 5 4 3 -1 5 3 2 -1 5 2 1 -1'> |
30 | <Coordinate point='1 0 0 0 1 0 0 0 1 0 -1 0 0 0 -1 -1 0 0'/> |
31 | </IndexedFaceSet> |
32 | <Appearance> |
33 | <Material diffuseColor='0.2 0.5 0.8'/> |
34 | </Appearance> |
35 | </Shape> |
36 | </Scene> |
37 | </X3D> |
<!--
Color legend: X3D terminology
<X3dNode
DEF='idName' field='value'/>
matches XML terminology
<XmlElement
DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->