1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <component level='1' name='DIS'/> |
6 | <meta name='title' content='TestBoxEspdu.x3d'/> |
7 | <meta name='creator' content='Don Brutzman, Don McGregor'/> |
8 | <meta name='created' content='1 January 2007'/> |
9 | <meta name='modified' content='20 October 2019'/> |
10 | <meta name='description' content='A simple EspduTransform test to move a Box.'/> |
11 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/TestBoxEspdu.x3d'/> |
12 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
13 | <meta name='license' content='../../license.html'/> |
14 | </head> |
15 | <Scene> |
16 | <WorldInfo title='TestBoxEspdu.x3d'/> |
17 | <Viewpoint description='EspduTransform moves Box' position='0 0 25'/> |
18 | <Background skyColor='0.5 0.6 0.8'/> |
19 | <EspduTransform address='239.1.2.3' entityID='2' marking='TestBox' networkMode='networkReader' port='62040' containerField='children'> |
20 | <Shape> |
21 | <Box size='2 4 6'/> |
22 | <Appearance> |
23 | <Material diffuseColor='0.748014 0.62085 0' shininess='0.93' specularColor='0.860606 0.860606 0.860599'/> |
24 | </Appearance> |
25 | </Shape> |
26 | </EspduTransform> |
27 | <Transform scale='5 5 5'> |
28 | <Inline url=' "../../X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" '/> |
29 | </Transform> |
30 | </Scene> |
31 | </X3D> |
<!--
Color legend: X3D terminology
<X3dNode
field='value'/>
matches XML terminology
<XmlElement
attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->