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='HelloSeoul.x3d'/> |
6 | <meta name='description' content='Hello World: Hello Seoul in Korean, 안녕 서울'/> |
7 | <meta name='creator' content='Byounghyun Yoo'/> |
8 | <meta name='created' content='22 January 2014'/> |
9 | <meta name='modified' content='8 October 2023'/> |
10 | <meta name='reference' content='HelloWorld.x3d'/> |
11 | <meta name='subject' content='Hello World Example'/> |
12 | <meta name='reference' content='https://www.web3d.org/realtime-3d/news/internationalization-x3d'/> |
13 | <meta name='reference' content='https://en.wikipedia.org/wiki/Korean_language'/> |
14 | <meta name='Image' content='images/HelloSeoul.png'/> |
15 | <meta name='Image' content='images/HelloSeoulBsContact.png'/> |
16 | <meta name='Image' content='images/HelloSeoulH3Dviewer.png'/> |
17 | <meta name='Image' content='images/HelloSeoulInstantReality.png'/> |
18 | <meta name='Image' content='images/HelloSeoulView3dscene.png'/> |
19 | <meta name='Image' content='images/HelloSeoulX3DOM.png'/> |
20 | <meta name='Image' content='images/HelloSeoulXj3D.png'/> |
21 | <meta name='Image' content='images/Seoul_Flag.png'/> |
22 | <meta name='reference' content='https://en.wikipedia.org/wiki/Seoul'/> |
23 | <meta name='reference' content='https://commons.wikimedia.org/wiki/File:Flag_of_Seoul.png'/> |
24 | <meta name='reference' content='https://en.wikipedia.org/wiki/Korean_character'/> |
25 | <meta name='reference' content='http://en.wikibooks.org/w/index.php?title=Computer_Programming/Hello_world'/> |
26 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes/HelloSeoul.x3d'/> |
27 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
28 | <meta name='license' content='../license.html'/> |
29 | </head> |
30 | <Scene> |
31 | <WorldInfo title='Hello Seoul!! 안녕 서울!!'/> |
32 | <Viewpoint description='Hello Seoul!! 안녕 서울!!' position='0 1 7'/> |
33 | <!-- character entities: 안녕 서울 --> |
34 | <Transform translation='2 1 0'> |
35 | <Shape> |
36 | <Text string='"안" "녕" "서" "울"'> |
37 | <!-- "안" "녕" "서" "울" --> |
38 | <FontStyle horizontal='false' justify='"MIDDLE" "MIDDLE"' style='BOLDITALIC'/> |
39 | </Text> |
40 |
<!-- Appearance
TextAppearance is a DEF node that has 1 USE node: USE_1 -->
<Appearance DEF='TextAppearance'> |
41 | <Material diffuseColor='1 1 1'/> |
42 | </Appearance> |
43 | </Shape> |
44 | </Transform> |
45 | <Transform translation='-0.5 -1.25 0'> |
46 | <Shape> |
47 | <Text string='"Hello Seoul !!"'> |
48 | <FontStyle justify='"MIDDLE" "MIDDLE"' style='BOLDITALIC'/> |
49 | </Text> |
50 | <Appearance USE='TextAppearance'/> |
51 | </Shape> |
52 | <Transform translation='-0.4 2.6 0'> |
53 | <Anchor description='Seoul Wikipedia page' url=' "https://en.wikipedia.org/wiki/Seoul" '> |
54 | <Shape> |
55 | <Box size='4 4 .0001'/> |
56 | <Appearance> |
57 | <ImageTexture url=' "2000px-Seal_of_Seoul.svg.png " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes/2000px-Seal_of_Seoul.svg.png " "Seal_of_Seoul.svg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes/Seal_of_Seoul.svg " '/> |
58 | <Material diffuseColor='1 1 1'/> |
59 | </Appearance> |
60 | </Shape> |
61 | </Anchor> |
62 | </Transform> |
63 | </Transform> |
64 | </Scene> |
65 | </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='Seoul 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. -->