|
165 | 165 | <material> |
166 | 166 | <ambient>1 1 1</ambient> |
167 | 167 | <diffuse>1 1 1</diffuse> |
168 | | - <specular>1 1 1</specular> |
| 168 | + <specular>0.01 0.01 0.01</specular> |
169 | 169 | <pbr> |
170 | 170 | <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> |
172 | 174 | <metalness>0.1</metalness> |
| 175 | + <roughness>0.8</roughness> |
173 | 176 | </metal> |
174 | 177 | </pbr> |
175 | 178 | </material> |
|
184 | 187 | </model> |
185 | 188 |
|
186 | 189 | <!-- red satellite in equatorial orbit --> |
| 190 | + <!-- https://www.solarsystemscope.com/textures/ --> |
187 | 191 | <model name="satellite1"> |
188 | 192 | <pose>-15 0 0 0 0 0</pose> |
189 | 193 | <link name="base_link"> |
|
215 | 219 | </sphere> |
216 | 220 | </geometry> |
217 | 221 | <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> |
221 | 232 | </material> |
222 | 233 | </visual> |
223 | 234 | </link> |
|
269 | 280 | </sphere> |
270 | 281 | </geometry> |
271 | 282 | <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> |
275 | 293 | </material> |
276 | 294 | </visual> |
277 | 295 | </link> |
|
323 | 341 | </sphere> |
324 | 342 | </geometry> |
325 | 343 | <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> |
329 | 354 | </material> |
330 | 355 | </visual> |
331 | 356 | </link> |
|
350 | 375 | <pose degrees="true">0 0 10.3 0 0 90</pose> |
351 | 376 | </include> --> |
352 | 377 |
|
353 | | - |
354 | 378 | <!-- |
355 | 379 | Earth uses ECEF frame |
356 | 380 | X - in plane of equator through centre and meridian 0 |
|
0 commit comments