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='GraphicalLogAnalyzer.x3d'/> |
6 | <meta name='example' content='GraphicalLogAnalyzerDisplay.html'/> |
7 | <meta name='description' content='Graphical Log Analyzer (GLA) reads data from a file to create a visualization - load the GraphicalLogAnalyzerDisplay HTML page to test functionality.'/> |
8 | <meta name=' warning ' content=' requires External Authoring Interface (EAI) as implemented by Cortona. File read/display functionality only works when running in Netscape. '/> |
9 | <meta name='creator' content='Lindsey Lack'/> |
10 | <meta name='created' content='2 May 2002'/> |
11 | <meta name='modified' content='20 October 2019'/> |
12 | <meta name=' warning ' content=' Under development. VRML 97 EAI support appears inconsistent for various browsers. '/> |
13 | <meta name='reference' content='GraphicalLogAnalyzer.ppt'/> |
14 | <meta name='reference' content='GraphicalLogAnalyzer.java'/> |
15 | <meta name='reference' content='javadoc/index.html'/> |
16 | <meta name='reference' content='GraphicalLogAnalyzerInputFile.txt'/> |
17 | <meta name='reference' content='GraphicalLogAnalyzerReadme.txt'/> |
18 | <meta name='reference' content='Some values used from CreateVrmlFromString sample by Vincent Gardet (modified by Curt Blais). Also see vrmlcity CreateVrmlFromString tutorial.'/> |
19 | <meta name='reference' content='../course/CreateVrmlFromStringRandomBoxes.wrl'/> |
20 | <meta name='reference' content='../course/CreateVrmlFromStringRandomBoxes.x3d'/> |
21 | <meta name='reference' content='../course/CreateVrmlFromStringRandomBoxes.html'/> |
22 | <meta name='reference' content='http://www.gardet.nom.fr/vrmlcity/tut_cvfs.htm'/> |
23 | <meta name='reference' content='http://www.parallelgraphics.com/developer/products/cortona/eai'/> |
24 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/ExternalAuthoringInterface/GraphicalLogAnalyzer.x3d'/> |
25 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
26 | <meta name='license' content='../license.html'/> |
27 | </head> |
28 | <Scene> |
29 | <WorldInfo title='GraphicalLogAnalyzer.x3d'/> |
30 | <NavigationInfo headlight='false' speed='5'/> |
31 | <Background skyAngle='1.1 1.57' skyColor='.3 .3 1 .4 .4 1 .7 .7 .9'/> |
32 | <DirectionalLight direction='0 -.5 -1'/> |
33 | <DirectionalLight direction='-1 -.5 .5' intensity='.7'/> |
34 | <DirectionalLight direction='1 -.5 .5' intensity='.7'/> |
35 | <Viewpoint description='Entry' position='0 1.2 5'/> |
36 | <Viewpoint description='Overview' orientation='1 0 0 -.37' position='0 5 4'/> |
37 | <Viewpoint description='Down' orientation='1 0 0 -1.57' position='0 8 -2'/> |
38 | <Transform translation='0 0 -490'> |
39 | <Shape> |
40 | <Appearance> |
41 | <Material ambientIntensity='.25' diffuseColor='.14 .14 .16' shininess='.072' specularColor='.39 .46 .52' transparency='.1'/> |
42 | </Appearance> |
43 | <Box size='10 0.01 1000'/> |
44 | </Shape> |
45 | </Transform> |
46 | <Group> |
47 | <Transform DEF='ROOT'/> |
48 | </Group> |
49 | </Scene> |
50 | </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. -->