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=' SolarSystem.x3d '/> |
6 | <meta name='creator' content='Mike Perry'/> |
7 | <meta name='created' content='8 August 2000'/> |
8 | <meta name='modified' content='28 November 2019'/> |
9 | <meta name='description' content='Nine Planet Solar system'/> |
10 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Space/SolarSystem/SolarSystem.x3d '/> |
11 | <meta name='generator' content='X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
12 | <meta name='license' content='../../license.html'/> |
13 | </head> |
14 | <Scene> |
15 | <WorldInfo title='SolarSystem.x3d'/> |
16 | <Group> |
17 | <Shape DEF='Sun'> |
18 | <Sphere DEF='SUN' radius='1.3'/> |
19 | <Appearance> |
20 |
<ImageTexture
url=' "sun.jpg![]() ![]() |
21 | </Appearance> |
22 | </Shape> |
23 | <Transform translation='3.0 0.4 0'> |
24 | <Shape DEF='Mercury'> |
25 | <Sphere radius='.1'/> |
26 | <Appearance> |
27 |
<ImageTexture
url=' "mercury.jpg![]() ![]() |
28 | </Appearance> |
29 | </Shape> |
30 | </Transform> |
31 | <Transform translation='4.2 0.2 1.0'> |
32 | <Shape DEF='Venus'> |
33 | <Sphere radius='.18'/> |
34 | <Appearance> |
35 | <Material diffuseColor='0.8 0.2 0.9'/> |
36 | </Appearance> |
37 | </Shape> |
38 | </Transform> |
39 | <Transform translation='6 -0.1 1.0'> |
40 | <Shape DEF='Earth'> |
41 | <Sphere radius='.19'/> |
42 | <Appearance> |
43 |
<ImageTexture
url=' "earth-topo-small.gif![]() ![]() |
44 | </Appearance> |
45 | </Shape> |
46 | </Transform> |
47 | <Transform translation='5.8 -0.3 1.0'> |
48 | <Shape DEF='moon'> |
49 | <Sphere radius='.01'/> |
50 | <Appearance> |
51 |
<ImageTexture
url=' "mercury.jpg![]() ![]() |
52 | </Appearance> |
53 | </Shape> |
54 | </Transform> |
55 | <Transform translation='7.0 0.3 1.0'> |
56 | <Shape DEF='Mars'> |
57 | <Sphere radius='.16'/> |
58 | <Appearance> |
59 |
<ImageTexture
url=' "mars.jpg![]() ![]() |
60 | </Appearance> |
61 | </Shape> |
62 | </Transform> |
63 | <Transform translation='8.0 0.3 1.0'> |
64 | <Shape DEF='Jupiter'> |
65 | <Sphere radius='.17'/> |
66 | <Appearance> |
67 |
<ImageTexture
url=' "jupiter.jpg![]() ![]() |
68 | </Appearance> |
69 | </Shape> |
70 | </Transform> |
71 | <Transform translation='8.8 0.24 1.0'> |
72 | <Shape DEF='Saturn'> |
73 | <Sphere radius='.13'/> |
74 | <Appearance> |
75 |
<ImageTexture
url=' "saturn.jpg![]() ![]() |
76 | </Appearance> |
77 | </Shape> |
78 | </Transform> |
79 | <Transform rotation='1 0 0 .585' translation='8.8 0.24 1.0'> |
80 | <Shape DEF='rings'> |
81 | <Cone bottomRadius='.35' height='.01'/> |
82 | <Appearance> |
83 |
<ImageTexture
url=' "mars.jpg![]() ![]() |
84 | </Appearance> |
85 | </Shape> |
86 | </Transform> |
87 | <Transform translation='9.9 0.24 0.89'> |
88 | <Shape DEF='Neptune'> |
89 | <Sphere radius='.1'/> |
90 | <Appearance> |
91 |
<ImageTexture
url=' "neptune.jpg![]() ![]() |
92 | </Appearance> |
93 | </Shape> |
94 | </Transform> |
95 | <Transform translation='10.4 0.24 0.89'> |
96 | <Shape DEF='Pluto'> |
97 | <Sphere radius='.03'/> |
98 | <Appearance> |
99 | <Material/> |
100 | </Appearance> |
101 | </Shape> |
102 | </Transform> |
103 | <Transform translation='9.3 0.0 0.79'> |
104 | <Shape DEF='Uranus'> |
105 | <Sphere radius='.07'/> |
106 | <Appearance> |
107 | <Material diffuseColor='0.8 0.8 1.0'/> |
108 | </Appearance> |
109 | </Shape> |
110 | </Transform> |
111 | </Group> |
112 | </Scene> |
113 | </X3D> |
<!--
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.
-->