|
13 | 13 | <img id="shadow3" src="../../assets/img/radial-shadow-3.png"> |
14 | 14 | </a-assets> |
15 | 15 |
|
16 | | - <!-- Ground Highlight --> |
17 | | - <a-image position="0 -.2 5" src="#highlight1" rotation="-90 0 0" |
18 | | - scale="30 30 30"></a-image> |
19 | | - |
20 | | - <!-- Orange --> |
21 | | - <a-entity position="0 0 -5"> |
22 | | - <a-sphere position="0 4.2 0" radius="4.2" color="#F16745" |
23 | | - roughness="0.8" width-segments="52" height-segments="52"></a-sphere> |
24 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="3 3 3"></a-image> |
25 | | - </a-entity> |
26 | | - |
27 | | - <!-- Green --> |
28 | | - <a-entity position="-3 0 0"> |
29 | | - <a-sphere position="0 1.75 0" radius="1.75" color="#7BC8A4" |
30 | | - roughness="0.2"></a-sphere> |
31 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="1.75 1.75 1.75"></a-image> |
32 | | - </a-entity> |
33 | | - |
34 | | - <!-- Blue --> |
35 | | - <a-entity position="1 0 0"> |
36 | | - <a-sphere position="0 1 0" radius="1" color="#4CC3D9" metalness="0.1"></a-sphere> |
37 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="1 1 1"></a-image> |
38 | | - </a-entity> |
39 | | - |
40 | | - <!-- Yellow --> |
41 | | - <a-entity position="3 0 1"> |
42 | | - <a-sphere position="0 0.5 0" radius="0.5" color="#FFC65D"></a-sphere> |
43 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="0.5 0.5 0.5"></a-image> |
44 | | - </a-entity> |
45 | | - |
46 | | - <!-- Purple --> |
47 | | - <a-entity position="20 0 -2"> |
48 | | - <a-sphere position="0 10 0" radius="10" color="#93648D" |
49 | | - segments-width="52" segments-height="52"></a-sphere> |
50 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="9 9 9"></a-image> |
51 | | - </a-entity> |
52 | | - |
53 | | - <!-- Yellow --> |
54 | | - <a-entity position="-24 0 -34"> |
55 | | - <a-sphere position="0 18 0" radius="18" color="#FFC65D"></a-sphere> |
56 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="8 8 8"></a-image> |
57 | | - </a-entity> |
58 | | - |
59 | | - <!-- Green --> |
60 | | - <a-entity position="25 0 20"> |
61 | | - <a-sphere position="0 12 0" radius="12" color="#7BC8A4"></a-sphere> |
62 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="8 8 8"></a-image> |
63 | | - </a-entity> |
64 | | - |
65 | | - <!-- White --> |
66 | | - <a-entity position="-15 0 5"> |
67 | | - <a-sphere position="0 3 0" radius="3" color="#ECECEC"></a-sphere> |
68 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="3 3 3"></a-image> |
69 | | - </a-entity> |
70 | | - |
71 | | - <!-- Orange --> |
72 | | - <a-entity position="-6 0 6"> |
73 | | - <a-sphere position="0 1 0" radius="1" color="#F16745" roughness="0.8"></a-sphere> |
74 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="1 1 1"></a-image> |
75 | | - </a-entity> |
76 | | - |
77 | | - <!-- Yellow --> |
78 | | - <a-entity position="-20 0 30"> |
79 | | - <a-sphere position="0 30 0" radius="30" color="#FFC65D" roughness="0.6"></a-sphere> |
80 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="15 15 15"></a-image> |
81 | | - </a-entity> |
82 | | - |
83 | | - <!-- Blue --> |
84 | | - <a-entity position="-1 0 14"> |
85 | | - <a-sphere position="0 2 0" radius="2" color="#4CC3D9"></a-sphere> |
86 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="2 2 2"></a-image> |
87 | | - </a-entity> |
88 | | - |
89 | | - <!-- Orange --> |
90 | | - <a-entity position="10 0 15"> |
91 | | - <a-sphere position="0 4 0" radius="4" color="#F16745" roughness="1"></a-sphere> |
92 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="2 2 2"></a-image> |
93 | | - </a-entity> |
94 | | - |
95 | | - <!-- Blue --> |
96 | | - <a-entity position="6 0 4"> |
97 | | - <a-sphere position="0 1.5 0" radius="1.5" color="#4CC3D9" metalness="0.1"></a-sphere> |
98 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="1.5 1.5 1.5"></a-image> |
99 | | - </a-entity> |
100 | | - |
101 | | - <!-- Yellow --> |
102 | | - <a-entity position="5 0 14"> |
103 | | - <a-sphere position="0 .6 0" radius=".6" color="#FFC65D"></a-sphere> |
104 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="0.6 0.6 0.6"></a-image> |
105 | | - </a-entity> |
106 | | - |
107 | | - <!-- Purple --> |
108 | | - <a-entity position="5 0 25"> |
109 | | - <a-sphere position="0 2 0" radius="2" color="#93648D"></a-sphere> |
110 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="2 2 2"></a-image> |
111 | | - </a-entity> |
112 | | - |
113 | | - <!-- White --> |
114 | | - <a-entity position="2 0 15"> |
115 | | - <a-sphere position="0 0.2 0" radius="0.2" color="#ECECEC"></a-sphere> |
116 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="0.2 0.2 0.2" |
117 | | - opacity="0.5"></a-image> |
118 | | - </a-entity> |
119 | | - |
120 | | - <!-- Purple --> |
121 | | - <a-entity position="4 0 10"> |
122 | | - <a-sphere position="0 0.15 0" radius="0.15" color="#93648D"></a-sphere> |
123 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="0.25 0.25 0.25" |
124 | | - opacity="0.6"></a-image> |
125 | | - </a-entity> |
126 | | - |
127 | | - <!-- Blue --> |
128 | | - <a-entity position="4 0 11"> |
129 | | - <a-sphere position="0 0.1 0" radius="0.1" color="#4CC3D9"></a-sphere> |
130 | | - <a-image src="#shadow" rotation="-90 0 0" scale="0.15 0.15 0.15" |
131 | | - opacity="0.6"></a-image> |
132 | | - </a-entity> |
133 | | - |
134 | | - <!-- Green --> |
135 | | - <a-entity position="5 0 11"> |
136 | | - <a-sphere position="0 0.3 0" radius="0.3" color="#7BC8A4"></a-sphere> |
137 | | - <a-image src="#shadow3" rotation="-90 0 0" scale="0.25 0.25 0.25" |
138 | | - opacity="0.6"></a-image> |
| 16 | + <a-entity position="0 0 -10"> |
| 17 | + <!-- Ground Highlight --> |
| 18 | + <a-image position="0 -.2 5" src="#highlight1" rotation="-90 0 0" |
| 19 | + scale="30 30 30"></a-image> |
| 20 | + |
| 21 | + <!-- Orange --> |
| 22 | + <a-entity position="0 0 -5"> |
| 23 | + <a-sphere position="0 4.2 0" radius="4.2" color="#F16745" |
| 24 | + roughness="0.8" width-segments="52" height-segments="52"></a-sphere> |
| 25 | + <a-image src="#shadow3" rotation="-90 0 0" scale="3 3 3"></a-image> |
| 26 | + </a-entity> |
| 27 | + |
| 28 | + <!-- Green --> |
| 29 | + <a-entity position="-3 0 0"> |
| 30 | + <a-sphere position="0 1.75 0" radius="1.75" color="#7BC8A4" |
| 31 | + roughness="0.2"></a-sphere> |
| 32 | + <a-image src="#shadow3" rotation="-90 0 0" scale="1.75 1.75 1.75"></a-image> |
| 33 | + </a-entity> |
| 34 | + |
| 35 | + <!-- Blue --> |
| 36 | + <a-entity position="1 0 0"> |
| 37 | + <a-sphere position="0 1 0" radius="1" color="#4CC3D9" metalness="0.1"></a-sphere> |
| 38 | + <a-image src="#shadow3" rotation="-90 0 0" scale="1 1 1"></a-image> |
| 39 | + </a-entity> |
| 40 | + |
| 41 | + <!-- Yellow --> |
| 42 | + <a-entity position="3 0 1"> |
| 43 | + <a-sphere position="0 0.5 0" radius="0.5" color="#FFC65D"></a-sphere> |
| 44 | + <a-image src="#shadow3" rotation="-90 0 0" scale="0.5 0.5 0.5"></a-image> |
| 45 | + </a-entity> |
| 46 | + |
| 47 | + <!-- Purple --> |
| 48 | + <a-entity position="20 0 -2"> |
| 49 | + <a-sphere position="0 10 0" radius="10" color="#93648D" |
| 50 | + segments-width="52" segments-height="52"></a-sphere> |
| 51 | + <a-image src="#shadow3" rotation="-90 0 0" scale="9 9 9"></a-image> |
| 52 | + </a-entity> |
| 53 | + |
| 54 | + <!-- Yellow --> |
| 55 | + <a-entity position="-24 0 -34"> |
| 56 | + <a-sphere position="0 18 0" radius="18" color="#FFC65D"></a-sphere> |
| 57 | + <a-image src="#shadow3" rotation="-90 0 0" scale="8 8 8"></a-image> |
| 58 | + </a-entity> |
| 59 | + |
| 60 | + <!-- Green --> |
| 61 | + <a-entity position="25 0 20"> |
| 62 | + <a-sphere position="0 12 0" radius="12" color="#7BC8A4"></a-sphere> |
| 63 | + <a-image src="#shadow3" rotation="-90 0 0" scale="8 8 8"></a-image> |
| 64 | + </a-entity> |
| 65 | + |
| 66 | + <!-- White --> |
| 67 | + <a-entity position="-15 0 5"> |
| 68 | + <a-sphere position="0 3 0" radius="3" color="#ECECEC"></a-sphere> |
| 69 | + <a-image src="#shadow3" rotation="-90 0 0" scale="3 3 3"></a-image> |
| 70 | + </a-entity> |
| 71 | + |
| 72 | + <!-- Orange --> |
| 73 | + <a-entity position="-6 0 6"> |
| 74 | + <a-sphere position="0 1 0" radius="1" color="#F16745" roughness="0.8"></a-sphere> |
| 75 | + <a-image src="#shadow3" rotation="-90 0 0" scale="1 1 1"></a-image> |
| 76 | + </a-entity> |
| 77 | + |
| 78 | + <!-- Yellow --> |
| 79 | + <a-entity position="-20 0 30"> |
| 80 | + <a-sphere position="0 30 0" radius="30" color="#FFC65D" roughness="0.6"></a-sphere> |
| 81 | + <a-image src="#shadow3" rotation="-90 0 0" scale="15 15 15"></a-image> |
| 82 | + </a-entity> |
| 83 | + |
| 84 | + <!-- Blue --> |
| 85 | + <a-entity position="-1 0 14"> |
| 86 | + <a-sphere position="0 2 0" radius="2" color="#4CC3D9"></a-sphere> |
| 87 | + <a-image src="#shadow3" rotation="-90 0 0" scale="2 2 2"></a-image> |
| 88 | + </a-entity> |
| 89 | + |
| 90 | + <!-- Orange --> |
| 91 | + <a-entity position="10 0 15"> |
| 92 | + <a-sphere position="0 4 0" radius="4" color="#F16745" roughness="1"></a-sphere> |
| 93 | + <a-image src="#shadow3" rotation="-90 0 0" scale="2 2 2"></a-image> |
| 94 | + </a-entity> |
| 95 | + |
| 96 | + <!-- Blue --> |
| 97 | + <a-entity position="6 0 4"> |
| 98 | + <a-sphere position="0 1.5 0" radius="1.5" color="#4CC3D9" metalness="0.1"></a-sphere> |
| 99 | + <a-image src="#shadow3" rotation="-90 0 0" scale="1.5 1.5 1.5"></a-image> |
| 100 | + </a-entity> |
| 101 | + |
| 102 | + <!-- Yellow --> |
| 103 | + <a-entity position="5 0 14"> |
| 104 | + <a-sphere position="0 .6 0" radius=".6" color="#FFC65D"></a-sphere> |
| 105 | + <a-image src="#shadow3" rotation="-90 0 0" scale="0.6 0.6 0.6"></a-image> |
| 106 | + </a-entity> |
| 107 | + |
| 108 | + <!-- Purple --> |
| 109 | + <a-entity position="5 0 25"> |
| 110 | + <a-sphere position="0 2 0" radius="2" color="#93648D"></a-sphere> |
| 111 | + <a-image src="#shadow3" rotation="-90 0 0" scale="2 2 2"></a-image> |
| 112 | + </a-entity> |
| 113 | + |
| 114 | + <!-- White --> |
| 115 | + <a-entity position="2 0 15"> |
| 116 | + <a-sphere position="0 0.2 0" radius="0.2" color="#ECECEC"></a-sphere> |
| 117 | + <a-image src="#shadow3" rotation="-90 0 0" scale="0.2 0.2 0.2" |
| 118 | + opacity="0.5"></a-image> |
| 119 | + </a-entity> |
| 120 | + |
| 121 | + <!-- Purple --> |
| 122 | + <a-entity position="4 0 10"> |
| 123 | + <a-sphere position="0 0.15 0" radius="0.15" color="#93648D"></a-sphere> |
| 124 | + <a-image src="#shadow3" rotation="-90 0 0" scale="0.25 0.25 0.25" |
| 125 | + opacity="0.6"></a-image> |
| 126 | + </a-entity> |
| 127 | + |
| 128 | + <!-- Blue --> |
| 129 | + <a-entity position="4 0 11"> |
| 130 | + <a-sphere position="0 0.1 0" radius="0.1" color="#4CC3D9"></a-sphere> |
| 131 | + <a-image src="#shadow" rotation="-90 0 0" scale="0.15 0.15 0.15" |
| 132 | + opacity="0.6"></a-image> |
| 133 | + </a-entity> |
| 134 | + |
| 135 | + <!-- Green --> |
| 136 | + <a-entity position="5 0 11"> |
| 137 | + <a-sphere position="0 0.3 0" radius="0.3" color="#7BC8A4"></a-sphere> |
| 138 | + <a-image src="#shadow3" rotation="-90 0 0" scale="0.25 0.25 0.25" |
| 139 | + opacity="0.6"></a-image> |
| 140 | + </a-entity> |
139 | 141 | </a-entity> |
140 | 142 |
|
141 | 143 | <!-- Background --> |
|
0 commit comments