IndexedLineSet.x3d 751 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
  3. <X3D profile='Interchange' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.0.xsd'>
  4. <head>
  5. </head>
  6. <Scene>
  7. <WorldInfo title='vertices.x3d'/>
  8. <NavigationInfo type='"EXAMINE" "WALK" "FLY" "ANY"'/>
  9. <Viewpoint description='vertices' position='0 0 10'/>
  10. <Shape>
  11. <Appearance>
  12. <Material emissiveColor='1 0 0'/>
  13. </Appearance>
  14. <IndexedLineSet coordIndex='0 1 2 3 0 -1'>
  15. <Coordinate point='1 0 0 1 1 0 0 1 0 0 0 0'/>
  16. </IndexedLineSet>
  17. </Shape>
  18. </Scene>
  19. </X3D>