Skip to content

Commit fae6090

Browse files
committed
Orbit: update textures
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
1 parent c4e82ce commit fae6090

4 files changed

Lines changed: 36 additions & 12 deletions

File tree

worlds/2k_moon.jpg

1.01 MB
Loading

worlds/8k_earth_daymap.jpg

4.35 MB
Loading

worlds/8k_earth_normal_map.tif

9.05 MB
Binary file not shown.

worlds/earth.sdf

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,14 @@
165165
<material>
166166
<ambient>1 1 1</ambient>
167167
<diffuse>1 1 1</diffuse>
168-
<specular>1 1 1</specular>
168+
<specular>0.01 0.01 0.01</specular>
169169
<pbr>
170170
<metal>
171-
<albedo_map>ear0xuu2.jpg</albedo_map>
171+
<!-- https://www.solarsystemscope.com/textures/ -->
172+
<albedo_map>8k_earth_daymap.jpg</albedo_map>
173+
<normal_map>8k_earth_normal_map.tif</normal_map>
172174
<metalness>0.1</metalness>
175+
<roughness>0.8</roughness>
173176
</metal>
174177
</pbr>
175178
</material>
@@ -184,6 +187,7 @@
184187
</model>
185188

186189
<!-- red satellite in equatorial orbit -->
190+
<!-- https://www.solarsystemscope.com/textures/ -->
187191
<model name="satellite1">
188192
<pose>-15 0 0 0 0 0</pose>
189193
<link name="base_link">
@@ -215,9 +219,16 @@
215219
</sphere>
216220
</geometry>
217221
<material>
218-
<ambient>1.0 0.0 0.0</ambient>
219-
<diffuse>1.0 0.0 0.0</diffuse>
220-
<specular>0.01 0.01 0.01 1.0</specular>
222+
<ambient>1 0 0</ambient>
223+
<diffuse>1 0 0</diffuse>
224+
<specular>0.01 0.01 0.01</specular>
225+
<pbr>
226+
<metal>
227+
<albedo_map>2k_moon.jpg</albedo_map>
228+
<metalness>0.1</metalness>
229+
<roughness>0.8</roughness>
230+
</metal>
231+
</pbr>
221232
</material>
222233
</visual>
223234
</link>
@@ -269,9 +280,16 @@
269280
</sphere>
270281
</geometry>
271282
<material>
272-
<ambient>0.0 0.0 1.0</ambient>
273-
<diffuse>0.0 0.0 1.0</diffuse>
274-
<specular>0.01 0.01 0.01 1.0</specular>
283+
<ambient>0 0 1</ambient>
284+
<diffuse>0 0 1</diffuse>
285+
<specular>0.01 0.01 0.01</specular>
286+
<pbr>
287+
<metal>
288+
<albedo_map>2k_moon.jpg</albedo_map>
289+
<metalness>0.1</metalness>
290+
<roughness>0.8</roughness>
291+
</metal>
292+
</pbr>
275293
</material>
276294
</visual>
277295
</link>
@@ -323,9 +341,16 @@
323341
</sphere>
324342
</geometry>
325343
<material>
326-
<ambient>0.0 1.0 0.0</ambient>
327-
<diffuse>0.0 1.0 0.0</diffuse>
328-
<specular>0.01 0.01 0.01 1.0</specular>
344+
<ambient>0 1 0</ambient>
345+
<diffuse>0 1 0</diffuse>
346+
<specular>0.01 0.01 0.01</specular>
347+
<pbr>
348+
<metal>
349+
<albedo_map>2k_moon.jpg</albedo_map>
350+
<metalness>0.1</metalness>
351+
<roughness>0.8</roughness>
352+
</metal>
353+
</pbr>
329354
</material>
330355
</visual>
331356
</link>
@@ -350,7 +375,6 @@
350375
<pose degrees="true">0 0 10.3 0 0 90</pose>
351376
</include> -->
352377

353-
354378
<!--
355379
Earth uses ECEF frame
356380
X - in plane of equator through centre and meridian 0

0 commit comments

Comments
 (0)