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='HelloCostaRica.x3d'/> |
6 | <meta name='description' content='Hello World: ¡Pura vida! Hello Costa Rica in Spanish, Hola Costa Rica en español'/> |
7 | <meta name='creator' content='Don Brutzman and Sarah Brutzman'/> |
8 | <meta name='created' content='3 July 2015'/> |
9 | <meta name='modified' content='8 October 2023'/> |
10 | <meta name='reference' content='HelloWorld.x3d'/> |
11 | <meta name='subject' content='Hello World Example Costa Rica Spanish'/> |
12 | <meta name='reference' content='https://www.web3d.org/realtime-3d/news/internationalization-x3d'/> |
13 | <meta name='reference' content='https://en.wikipedia.org/wiki/Spanish_orthography'/> |
14 | <meta name='Image' content='images/HelloCostaRica.png'/> |
15 | <meta name='Image' content='images/HelloCostaRicaBsContact.png'/> |
16 | <meta name='Image' content='images/HelloCostaRicaFreeWrl.png'/> |
17 | <meta name='Image' content='images/HelloCostaRicaH3Dviewer.png'/> |
18 | <meta name='Image' content='images/HelloCostaRicaInstantReality.png'/> |
19 | <meta name='Image' content='images/HelloCostaRicaView3dscene.png'/> |
20 | <meta name='reference' content='https://github.com/castle-engine/view3dscene/issues/30#issuecomment-630715046'/> |
21 | <meta name='Image' content='images/HelloCostaRicaX3DOM.png'/> |
22 | <meta name='Image' content='images/HelloCostaRicaXj3D.png'/> |
23 | <meta name='reference' content='https://es.wikipedia.org/wiki/Costa_Rica'/> |
24 | <meta name='reference' content='https://es.wikipedia.org/wiki/Pura_vida_(frase)'/> |
25 | <meta name='Image' content='Flag_of_Costa_Rica.svg'/> |
26 | <meta name='Image' content='Flag_of_Costa_Rica.svg.png'/> |
27 | <meta name='reference' content='https://en.wikipedia.org/wiki/Costa_Rica#/media/File:Flag_of_Costa_Rica.svg'/> |
28 | <meta name='reference' content='http://en.wikibooks.org/w/index.php?title=Computer_Programming/Hello_world'/> |
29 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes/HelloCostaRica.x3d'/> |
30 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
31 | <meta name='license' content='../license.html'/> |
32 | </head> |
33 | <Scene> |
34 | <WorldInfo title='¡Hola Costa Rica: Pura Vida!'/> |
35 | <Viewpoint DEF='Hola' centerOfRotation='1.2 0.25 0' description='¡Hola Costa Rica: Pura Vida!' position='1.2 0.25 8'/> |
36 | <Transform translation='4 1 0'> |
37 | <Anchor description='Pura Vida page on Wikipedia' parameter='"target=blank"' url=' "https://es.wikipedia.org/wiki/Pura_vida_(frase)" '> |
38 | <Shape> |
39 | <Text string='"¡Pura vida!"'> |
40 | <FontStyle justify='"MIDDLE" "MIDDLE"' style='BOLDITALIC'/> |
41 | </Text> |
42 |
<!-- Appearance
TextAppearance is a DEF node that has 1 USE node: USE_1 -->
<Appearance DEF='TextAppearance'> |
43 | <Material diffuseColor='1 1 1'/> |
44 | </Appearance> |
45 | </Shape> |
46 | <Shape> |
47 | <Box size='4.5 1.2 .001'/> |
48 | <Appearance> |
49 | <Material transparency='1'/> |
50 | </Appearance> |
51 | </Shape> |
52 | </Anchor> |
53 | </Transform> |
54 | <Transform translation='-0.5 -1.25 0'> |
55 | <Transform translation='1.8 0 0'> |
56 | <Shape> |
57 | <Text string='"Hola Costa Rica en español"'> |
58 | <FontStyle justify='"MIDDLE" "MIDDLE"' style='BOLDITALIC'/> |
59 | </Text> |
60 | <Appearance USE='TextAppearance'/> |
61 | </Shape> |
62 | </Transform> |
63 | <Transform translation='-0.4 2.2 0'> |
64 | <Anchor description='Costa Rica Wikipedia page' url=' "https://en.wikipedia.org/wiki/Costa_Rica" '> |
65 | <Shape> |
66 | <Box DEF='FlagAspectRatio' size='5 3 .0001'/> |
67 | <Appearance> |
68 | <ImageTexture url=' "Flag_of_Costa_Rica.svg.png " "http://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes/Flag_of_Costa_Rica.svg.png " '/> |
69 | </Appearance> |
70 | </Shape> |
71 | </Anchor> |
72 | </Transform> |
73 | </Transform> |
74 | </Scene> |
75 | </X3D> |
Event Graph ROUTE Table with 0 ROUTE connections 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.
Anchor |
description='Pura Vida page on Wikipedia' User-interaction hint for this node. |
Anchor |
description='Costa Rica Wikipedia page' User-interaction hint for this node. |
<!--
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. -->