55 lines
1.8 KiB
XML
55 lines
1.8 KiB
XML
<?xml version="1.0" ?>
|
|
<sdf version="1.4">
|
|
<world name="default">
|
|
<include><uri>model://camera</uri></include>
|
|
|
|
<model name="heightmap">
|
|
<static>true</static>
|
|
<link name="link">
|
|
<collision name="collision">
|
|
<geometry>
|
|
<heightmap>
|
|
<uri>file://media/materials/textures/heightmap_bowl.png</uri>
|
|
<size>129 129 10</size>
|
|
<pos>0 0 0</pos>
|
|
</heightmap>
|
|
</geometry>
|
|
</collision>
|
|
|
|
<visual name="visual">
|
|
<geometry>
|
|
<heightmap>
|
|
<texture>
|
|
<diffuse>file://media/materials/textures/dirt_diffusespecular.png</diffuse>
|
|
<normal>file://media/materials/textures/flat_normal.png</normal>
|
|
<size>50</size>
|
|
</texture>
|
|
<texture>
|
|
<diffuse>file://media/materials/textures/grass_diffusespecular.png</diffuse>
|
|
<normal>file://media/materials/textures/flat_normal.png</normal>
|
|
<size>20</size>
|
|
</texture>
|
|
<texture>
|
|
<diffuse>file://media/materials/textures/fungus_diffusespecular.png</diffuse>
|
|
<normal>file://media/materials/textures/flat_normal.png</normal>
|
|
<size>80</size>
|
|
</texture>
|
|
<blend>
|
|
<min_height>2</min_height>
|
|
<fade_dist>5</fade_dist>
|
|
</blend>
|
|
<blend>
|
|
<min_height>4</min_height>
|
|
<fade_dist>5</fade_dist>
|
|
</blend>
|
|
<uri>file://media/materials/textures/heightmap_bowl.png</uri>
|
|
<size>129 129 10</size>
|
|
<pos>0 0 0</pos>
|
|
</heightmap>
|
|
</geometry>
|
|
</visual>
|
|
</link>
|
|
</model>
|
|
</world>
|
|
</sdf>
|