Skip to content

Commit c367c4c

Browse files
committed
updated runway with more maps
1 parent 7b48150 commit c367c4c

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

models/runway_forge/model.sdf

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,21 @@
1818
<uri>model://runway_forge/meshes/terrain_simple.dae</uri>
1919
</mesh>
2020
</geometry>
21-
21+
<material>
22+
<ambient>0.8 0.8 0.8 1</ambient>
23+
<diffuse>0.8 0.8 0.8 1</diffuse>
24+
<specular>0.1 0.1 0.1 1</specular>
25+
<pbr>
26+
<metal>
27+
<albedo_map>materials/textures/Ground013_4K-JPG_Color.jpg</albedo_map>
28+
<ambient_occlusion_map>materials/textures/Ground013_4K-JPG_AmbientOcclusion.jpg</ambient_occlusion_map>
29+
<normal_map>materials/textures/Ground013_4K-JPG_NormalGL.jpg</normal_map>
30+
<roughness_map>materials/textures/Ground013_4K-JPG_Roughness.jpg</roughness_map>
31+
<roughness>0.6</roughness>
32+
<metalness>0</metalness>
33+
</metal>
34+
</pbr>
35+
</material>
2236
</visual>
2337
</link>
2438
</model>

0 commit comments

Comments
 (0)