<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
<X3D profile='Immersive' version='3.3'
xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance'
xsd:noNamespaceSchemaLocation
='
https://www.web3d.org/specifications/x3d-3.3.xsd
'>
<head>
</head>
<!--
-->
<Scene>
<WorldInfo title='TriangleWithNumbers.x3d'/>
<Background skyColor='0.3 0.3 0.45'/>
<Viewpoint description='Triangle annotated with coordinate indices' position='0 0 4'/>
<Transform DEF='PolygonGroup0'>
<TouchSensor description='Polygon 0'/>
<Shape>
<IndexedLineSet coordIndex='0 1 2 0 -1'>
</IndexedLineSet>
<Appearance>
<Material emissiveColor='0.1254902035 1 0.0784313753'/>
</Appearance>
</Shape>
<Shape>
<IndexedFaceSet colorPerVertex='false' colorIndex='0' coordIndex='0 1 2 0 -1'>
</IndexedFaceSet>
</Shape>
</Transform>
<Transform DEF='VertexGroup0' translation='-1.1 -1.1 0'>
<Billboard axisOfRotation='0 0 0'>
<TouchSensor description='Vertex 0'/>
<Shape>
<Appearance DEF='LABEL_APPEARANCE'>
<Material diffuseColor='1 1 .3' emissiveColor='.33 .33 .1'/>
</Appearance>
<Text string='"0"'>
<FontStyle DEF='LABEL_FONT' family='"SANS"' justify='"MIDDLE" "MIDDLE"' size='.2'/>
</Text>
</Shape>
<Shape DEF='TransparentBox'>
<Box size='0.2 0.2 0.01'/>
<Appearance DEF='TransparentAppearance'>
<Material transparency='1'/>
</Appearance>
</Shape>
</Billboard>
</Transform>
<Transform DEF='VertexGroup1' translation='1.1 -1.1 0'>
<Billboard axisOfRotation='0 0 0'>
<TouchSensor description='Vertex 1'/>
<Shape>
</Shape>
<Shape USE='TransparentBox'/>
</Billboard>
</Transform>
<Transform DEF='VertexGroup2' translation='0 1.1 0'>
<Billboard axisOfRotation='0 0 0'>
<TouchSensor description='Vertex 2'/>
<Shape>
</Shape>
<Shape USE='TransparentBox'/>
</Billboard>
</Transform>
</Scene>
</X3D>
<!--
-->
<!--
Color key:
<X3dNode
DEF='idName' field='value'/>
matches
<XmlElement
DEF='idName' attribute='value'/>
(Light blue background: behavior node) (Grey background: inserted documentation) (Magenta background: X3D Extensibility)
-->
<!--
For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources and X3D Scene Authoring Hints.
-->