1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
|
3 | <X3D profile='Immersive' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.3.xsd'> |
4 | <head> |
5 | <meta name='title' content='IntroductionMessage.x3d'/> |
6 | <meta name='description' content='Welcome text message (positioned high and low) that introduces visitor to Kelp Forest Exhibit upon initial entry - zoom camera back beyond 40m range to make this text visible.'/> |
7 | <meta name='creator' content='Todd Gagnon and Mark A. Boyd'/> |
8 | <meta name='created' content='1 June 1998'/> |
9 | <meta name='translated' content='17 December 2002'/> |
10 | <meta name='modified' content='20 October 2019'/> |
11 | <meta name='reference' content='http://faculty.nps.edu/brutzman/kelp'/> |
12 | <meta name='subject' content='Kelp Forest 3D models'/> |
13 | <meta name='accessRights' content='All content has permissions for free use. Please provide credit to the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute.'/> |
14 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/IntroductionMessage.x3d'/> |
15 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
16 | <meta name='license' content='../license.html'/> |
17 | </head> |
18 | <Scene> |
19 | <WorldInfo info='"Level of detail introduction message for model of the Monterey Bay Aquarium Kelp Forest" "DTG of last Update: 021900Jun98" "Added: " "Updated: messageTwo1.2.wrl" "Modeled by: Todd Gagnon and Mark A. Boyd"' title='introductionMessage1.2.wrl'/> |
20 | <!-- This is a sort of "reverse" LOD: text is hidden at close range to avoid distraction, but becomes visible when seen from entry viewpoint (behond LOD range 40m). --> |
21 | <NavigationInfo speed='10' type='"FLY" "ANY"'/> |
22 | <LOD forceTransitions='true' range='30'> |
23 | <WorldInfo info='"null node"'/> |
24 | <Group> |
25 | <Transform translation='0.0 30.0 -60.0'> |
26 | <Shape> |
27 |
<!-- Appearance
WordsAppearance is a DEF node that has 1 USE node: USE_1 -->
<Appearance DEF='WordsAppearance'> |
28 | <Material diffuseColor='0.9 0.9 0.9'/> |
29 | </Appearance> |
30 | <Text string='"Welcome to the NPS simulation of the" "Monterey Bay Aquarium Kelp Forest"'> |
31 | <FontStyle justify='"MIDDLE" "MIDDLE"' size='6.0' style='BOLD'/> |
32 | </Text> |
33 | </Shape> |
34 | </Transform> |
35 | <Transform translation='0.0 -30.0 -60.0'> |
36 | <Shape> |
37 | <Appearance USE='WordsAppearance'/> |
38 | <Text string='"Find sharks! See new viewpoints!" "Press PageDown, wait and watch."'> |
39 | <FontStyle justify='"MIDDLE" "MIDDLE"' size='5.0' style='BOLD'/> |
40 | </Text> |
41 | </Shape> |
42 | </Transform> |
43 | </Group> |
44 | </LOD> |
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. -->