X3D文件xml源码

X3D文件地址:http://el.eeurl.com/x3d/e1/0


<?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='title' content='阴' />
        <meta name='creator' content='Eureka Chen' />
    </head>
    <Scene>

        <ProtoDeclare name='EurekaColor'>
            <ProtoBody>
                <Appearance>
                    <Material diffuseColor='0.1245283 0.5882353  0.9169811' />
                </Appearance>
            </ProtoBody>
        </ProtoDeclare>

        <Group DEF="e1_0">
            <Transform translation="-0.625 0 0">
                <Shape DEF="Yin1">
                    <ProtoInstance containerField="appearance" name="EurekaColor"/>
                    <Box size='0.75 0.25 0.25'/>
                </Shape>
            </Transform>
            <Transform translation="0.625 0 0">
                <Shape DEF="Yin2">
                    <ProtoInstance containerField="appearance" name="EurekaColor"/>
                    <Box size='0.75 0.25 0.25'/>
                </Shape>
            </Transform>
        </Group>

    </Scene>
</X3D>