1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
|
3 | <X3D profile='Immersive' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.0.xsd'> |
4 | <head> |
5 | <meta name='title' content='SwitcherEaiJava.x3d'/> |
6 | <meta name='example' content='SwitcherEaiJavaPage.html'/> |
7 | <meta name='description' content='External Authoring Interface (EAI) Java example from VRML 97 Amendment 2 specification.'/> |
8 | <meta name='creator' content='Martin Reddy'/> |
9 | <meta name='translator' content='Xeena VRML importer, X3D-Edit 3.1, https://www.web3d.org/x3d/content/README.X3D-Edit.html'/> |
10 | <meta name='translator' content='Don Brutzman'/> |
11 | <meta name='created' content='8 March 2001'/> |
12 | <meta name='translated' content='23 June 2003'/> |
13 | <meta name='modified' content='20 October 2019'/> |
14 | <meta name=' warning ' content=' Under development. VRML 97 EAI support appears inconsistent for various browsers. '/> |
15 | <meta name='reference' content='SwitcherEai.java'/> |
16 | <meta name='reference' content='javadoc/index.html'/> |
17 | <meta name='reference' content='originals/switcher/'/> |
18 | <meta name='reference' content='https://www.web3d.org/technicalinfo/specifications/ISO_IEC_14772-All/part2/javaBind.html#Examples'/> |
19 | <meta name='reference' content='https://www.web3d.org/technicalinfo/specifications/ISO_IEC_14772-All/index.html'/> |
20 | <meta name='reference' content='http://www.parallelgraphics.com/developer/products/cortona/eai'/> |
21 | <meta name='subject' content='External Authoring Interface (EAI) Java example'/> |
22 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/ExternalAuthoringInterface/SwitcherEaiJava.x3d'/> |
23 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
24 | <meta name='generator' content='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/> |
25 | <meta name='license' content='../license.html'/> |
26 | </head> |
27 | <Scene> |
28 | <WorldInfo title='SwitcherEaiJava.x3d'/> |
29 | <Group DEF='RootNode'> |
30 | <Switch whichChoice='0'> |
31 | <Shape> |
32 | <Appearance> |
33 | <Material diffuseColor='1.0 0.0 1.0'/> |
34 | </Appearance> |
35 | <Box size='4.0 4.0 4.0'/> |
36 | </Shape> |
37 | <Shape> |
38 | <Appearance> |
39 | <Material diffuseColor='0.0 1.0 1.0'/> |
40 | </Appearance> |
41 | <Sphere radius='2.0'/> |
42 | </Shape> |
43 | </Switch> |
44 | </Group> |
45 | </Scene> |
46 | </X3D> |
<!--
Color legend: X3D terminology
<X3dNode
DEF='idName' field='value'/>
matches XML terminology
<XmlElement
DEF='idName' 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. -->