...

Text file src/github.com/gabriel-vasile/mimetype/testdata/x3d.x3d

Documentation: github.com/gabriel-vasile/mimetype/testdata

     1<?xml version="1.0" encoding="UTF-8"?>
     2<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN"
     3  "http://www.web3d.org/specifications/x3d-3.2.dtd">
     4
     5<X3D profile="Interchange" version="3.2"
     6     xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
     7     xsd:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.2.xsd">
     8<Scene>
     9  <Shape>
    10    <IndexedFaceSet coordIndex="0 1 2">
    11      <Coordinate point="0 0 0 1 0 0 0.5 1 0"/>
    12    </IndexedFaceSet>
    13  </Shape>
    14</Scene>
    15</X3D>

View as plain text