<?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>
<!-- See X3dForWebAuthors/Chapter06GeometryPointsLinesPolygons to learn more about IndexedLineSet, Coordinate and Color nodes -->
<WorldInfo title='CoordinateAxesLines.x3d'/>
<Shape>
<IndexedLineSet colorPerVertex='false' colorIndex='0 1 2' coordIndex='0 1 -1 0 2 -1 0 3 -1'>
<Coordinate point='0 0 0 1 0 0 0 1 0 0 0 1'/>
<Color color='1 0 0 0 1 0 0.2 0.2 1'/>
</IndexedLineSet>
</Shape>
<Viewpoint description='Oblique view' orientation='-0.59028 0.76927 0.2445 0.987861' position='6 6 6'/>
<Viewpoint description='View from X axis' orientation='0 1 0 1.570796' position='10 0 0'/>
<Viewpoint description='View from Y axis' orientation='1 0 0 -1.570796' position='0 10 0'/>
<Viewpoint description='View from Z axis'/>
</Scene>
</X3D>
<!--
-->
<!--
Online at https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxesLinesIndex.html
-->
<!--
Color key:
<X3dNode
field='value'/>
matches
<XmlElement
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.
-->