| 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=' AllVrml97Nodes.x3d '/> |
| 6 | <meta name='creator' content='Don Brutzman'/> |
| 7 | <meta name='created' content='1 January 2000'/> |
| 8 | <meta name='modified' content='20 October 2019'/> |
| 9 | <meta name='description' content='List all VRML nodes in a single nonrendering scene as a convenient simple test for translation programs. Used for early development of X3D-Edit and Xj3D.'/> |
| 10 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Basic/development/AllVrml97Nodes.x3d '/> |
| 11 | <meta name='generator' content='X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
| 12 | <meta name='license' content='../license.html'/> |
| 13 | </head> |
| 14 | <Scene> |
| 15 | <WorldInfo DEF='WORLDINFO' title='VRML test scene: x3d/content/AllVrml97Nodes.wrl'/> |
| 16 | <WorldInfo DEF='DTD_TAGSET_CANDIDATES'/> |
| 17 | <WorldInfo DEF='Xj3D_BUGS_AND_ISSUES'/> |
| 18 | <WorldInfo DEF='Xj3D_FIXES'/> |
| 19 | <WorldInfo DEF='XEENA_BUGS_AND_ISSUES'/> |
| 20 | <WorldInfo DEF='XEENA_FIXES'/> |
| 21 | <Background DEF='BACKGROUND' groundColor='0.0 0.0 0.0'/> |
| 22 | <Fog DEF='FOG'/> |
| 23 | <NavigationInfo DEF='NAVIGATIONINFO' type='"EXAMINE" "WALK" "ANY" "FLY"'/> |
| 24 | <Viewpoint DEF='VIEWPOINT'/> |
| 25 | <Anchor DEF='ANCHOR'> |
| 26 | <Billboard DEF='Billboard'> |
| 27 | <Shape DEF='SHAPE_BOX'> |
| 28 | <Box DEF='BOX'/> |
| 29 | |
| 30 |
<!-- ImageTexture
IMAGETEXTURE is a DEF node that has 1 USE node: USE_1 --> <ImageTexture DEF='IMAGETEXTURE' url=' "../icons/cube.gif |
| 31 | <Material DEF='MATERIAL'/> |
| 32 | </Appearance> |
| 33 | </Shape> |
| 34 | </Billboard> |
| 35 | <Collision DEF='COLLISION'> |
| 36 | <Group DEF='PROXY_GROUP'> |
| 37 | <Shape DEF='PROXY_SHAPE'> |
| 38 | <Box DEF='PROXY_BOX'/> |
| 39 | </Shape> |
| 40 | </Group> |
| 41 | <Shape DEF='SHAPE_CONE'> |
| 42 | <Cone DEF='CONE'/> |
| 43 | <Appearance/> |
| 44 | </Shape> |
| 45 | </Collision> |
| 46 | <Group DEF='GROUP'> |
| 47 | <Shape DEF='SHAPE_CYLINDER'> |
| 48 | <Cylinder DEF='CYLINDER'/> |
| 49 | <Appearance/> |
| 50 | </Shape> |
| 51 | </Group> |
| 52 | <Inline DEF='INLINE' url=' "inlineTestFileOne.wrl" "inlineTestFileTwo.wrl" "inlineTestFileEmbedding%20Blanks%20In%20Name.wrl" '/> |
| 53 | <Inline DEF='INLINE_HELLO_WORLD' url=' "HelloWorld.wrl" "https://www.web3d.org/x3d/content/examples/Basic/development/HelloWorld.wrl" '/> |
| 54 | <LOD DEF='LOD' range='1.0'> |
| 55 | <Shape DEF='SHAPE_ELEVATIONGRID'> |
| 56 | <ElevationGrid DEF='ELEVATIONGRID' height='1.0 2.0 3.0 4.0'/> |
| 57 | <Appearance USE='APPEARANCE'/> |
| 58 | </Shape> |
| 59 | <Shape DEF='SHAPE_EXTRUSION'> |
| 60 | <Extrusion DEF='EXTRUSION' crossSection='1.0 1.0 1.0 -1.0 -1.0 -1.0 -1.0 1.0 1.0 1.0' scale='1.0 1.0 1.0 1.0' spine='0.0 0.0 0.0 0.0 1.0 0.0'/> |
| 61 | <Appearance USE='APPEARANCE'/> |
| 62 | </Shape> |
| 63 | </LOD> |
| 64 | <Switch DEF='SWITCH' whichChoice='-1'> |
| 65 | <Shape DEF='SHAPE_TEXTURETRANSFORM_INDEXEDFACESET'> |
| 66 | <IndexedFaceSet DEF='INDEXEDFACESET' colorIndex='0 1 0 1' coordIndex='0 1 2 3' normalIndex='0 1 2 3' texCoordIndex='0 1 2 3'> |
| 67 | |
| 68 |
<!-- Coordinate
COORDINATE is a DEF node that has 2 USE nodes: USE_1, USE_2 --> <Coordinate DEF='COORDINATE' point='1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0'/> |
| 69 | <Normal DEF='NORMAL' vector='1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0'/> |
| 70 | <TextureCoordinate DEF='TEXTURECOORDINATE' point='0.1 0.1 0.9 0.1 0.9 0.9 0.1 0.9'/> |
| 71 | </IndexedFaceSet> |
| 72 | <Appearance DEF='APPEARANCE_TEXTURETRANSFORM'> |
| 73 | <ImageTexture USE='IMAGETEXTURE'/> |
| 74 | <Material/> |
| 75 | <TextureTransform DEF='TEXTURETRANSFORM' center='0.5 0.5'/> |
| 76 | </Appearance> |
| 77 | </Shape> |
| 78 | <Shape DEF='SHAPE_INDEXEDLINESET'> |
| 79 | <IndexedLineSet DEF='INDEXEDLINESET' colorIndex='0 1 0 1' coordIndex='0 1 2 3'> |
| 80 | <Coordinate USE='COORDINATE'/> |
| 81 | <Color USE='COLOR'/> |
| 82 | </IndexedLineSet> |
| 83 | <Appearance USE='APPEARANCE'/> |
| 84 | </Shape> |
| 85 | <Shape DEF='SHAPE_POINTSET'> |
| 86 | <PointSet DEF='POINTSET'> |
| 87 | <Color USE='COLOR'/> |
| 88 | <Coordinate USE='COORDINATE'/> |
| 89 | </PointSet> |
| 90 | <Appearance USE='APPEARANCE'/> |
| 91 | </Shape> |
| 92 | <Shape DEF='SHAPE_MOVIETEXTURE'> |
| 93 | <IndexedFaceSet solid='false' coordIndex='0 1 2 3 -1'> |
| 94 | <Coordinate point='0.0 0.0 0.0 1.0 0.0 0.0 1.0 1.0 0.0 0.0 1.0 0.0'/> |
| 95 | </IndexedFaceSet> |
| 96 | <Appearance/> |
| 97 | </Shape> |
| 98 | </Switch> |
| 99 | <Transform DEF='TRANSFORM'> |
| 100 | <Shape DEF='SHAPE_SPHERE'> |
| 101 | <Sphere DEF='SPHERE'/> |
| 102 | <Appearance USE='APPEARANCE'/> |
| 103 | </Shape> |
| 104 | <Shape DEF='SHAPE_TEXT'> |
| 105 | <Text DEF='TEXT' string='" first line of text" "second line of text"'> |
| 106 | <FontStyle DEF='FONTSTYLE'/> |
| 107 | </Text> |
| 108 | <Appearance USE='APPEARANCE'/> |
| 109 | </Shape> |
| 110 | </Transform> |
| 111 | <Sound DEF='SOUND'> |
| 112 | <AudioClip DEF='AUDIOCLIP' description='AudioClip'/> |
| 113 | </Sound> |
| 114 | <Group DEF='GROUP_LIGHTS'> |
| 115 | <DirectionalLight DEF='DIRECTIONALLIGHT'/> |
| 116 | <PointLight DEF='POINTLIGHT'/> |
| 117 | <SpotLight DEF='SPOTLIGHT' beamWidth='1.570796' cutOffAngle='.785398'/> |
| 118 | </Group> |
| 119 | <Group DEF='GROUP_INTERPOLATORS'> |
| 120 | <ColorInterpolator DEF='COLORINTERPOLATOR' key='0.0' keyValue='0.0 0.0 0.0'/> |
| 121 | <CoordinateInterpolator DEF='COORDINATEINTERPOLATOR' key='0.0' keyValue='0.0 0.0 0.0'/> |
| 122 | <NormalInterpolator DEF='NORMALINTERPOLATOR' key='0.0' keyValue='0.0 0.0 0.0'/> |
| 123 | <OrientationInterpolator DEF='ORIENTATIONINTERPOLATOR' key='0.0' keyValue='0.0 0.0 1.0 0.0'/> |
| 124 | <PositionInterpolator DEF='POSITIONINTERPOLATOR' key='0.0' keyValue='0.0 0.0 0.0'/> |
| 125 | <ScalarInterpolator DEF='SCALARINTERPOLATOR' key='0.0' keyValue='0.0'/> |
| 126 | </Group> |
| 127 | <Group DEF='GROUP_SENSORS'> |
| 128 | <CylinderSensor DEF='CYLINDERSENSOR'/> |
| 129 | <PlaneSensor DEF='PLANESENSOR'/> |
| 130 | <ProximitySensor DEF='PROXIMITYSENSOR'/> |
| 131 | <SphereSensor DEF='SPHERESENSOR'/> |
| 132 | <TimeSensor DEF='TIMESENSOR'/> |
| 133 |
<!-- ROUTE information for TOUCHSENSOR node:
[self-route from isActive to enabled
]
-->
<TouchSensor DEF='TOUCHSENSOR'/> |
| 134 | <VisibilitySensor DEF='VISIBILITYSENSOR'/> |
| 135 | </Group> |
| 136 | </Anchor> |
| 137 | <WorldInfo DEF='Xj3D_NODE_TRANSLATION_STATUS'/> |
| 138 | < ROUTE fromNode='TOUCHSENSOR' fromField='isActive' toNode='TOUCHSENSOR' toField='enabled'/> |
| 139 | </Scene> |
| 140 | </X3D> |
Event Graph ROUTE Table with 1 ROUTE connection total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
|
TOUCHSENSOR
TouchSensor |
No direct ROUTE connection found for events to/from this node. |
|
TIMESENSOR
TimeSensor |
No direct ROUTE connection found for events to/from this node. |
<!--
Color-coding 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.
-->