X3D文件xml源码

X3D文件地址:http://el.eeurl.com/x3d/e2/Single/3


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
<X3D profile='Immersive' version='4.0'
     xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance'
     xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'>
    <head>
        <meta name='creator' content='Eureka Chen' />
    </head>
    <Scene>

<Switch whichChoice="-1">
    <Shape>
        <Appearance DEF="EurekaColor">
            <Material diffuseColor='0.1245283 0.5882353  0.9169811' />
        </Appearance>
    </Shape>
</Switch>
<Switch whichChoice="-1">
    <Group DEF="e1_0">
        <Transform translation="-0.625 0 0">
            <Shape DEF="Yin1">
                <Appearance USE="EurekaColor"/>
                <Box size='0.75 0.25 0.25' />
            </Shape>
        </Transform>
        <Transform translation="0.625 0 0">
            <Shape DEF="Yin2">
                <Appearance USE="EurekaColor"/>
                <Box size='0.75 0.25 0.25' />
            </Shape>
        </Transform>
    </Group>
    <Group DEF="e1_1">
        <Shape>
            <Appearance USE="EurekaColor"/>
            <Box size='2 0.25 0.25' />
        </Shape>
    </Group>
</Switch>

<Transform translation="0 0.25 0">
    <Group USE="e1_1"></Group>
</Transform>
<Transform translation="0 -0.25 0">
    <Group USE="e1_1"></Group>
</Transform>


    </Scene>
</X3D>