You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
753 B
Plaintext
31 lines
753 B
Plaintext
|
4 years ago
|
<?xml version="1.0" ?>
|
||
|
|
<sdf version="1.5">
|
||
|
|
<model name="asphalt_plane">
|
||
|
|
<static>true</static>
|
||
|
|
<link name="link">
|
||
|
|
<collision name="collision">
|
||
|
|
<geometry>
|
||
|
|
<box>
|
||
|
|
<size>200 200 .1</size>
|
||
|
|
</box>
|
||
|
|
</geometry>
|
||
|
|
</collision>
|
||
|
|
<visual name="visual">
|
||
|
|
<cast_shadows>false</cast_shadows>
|
||
|
|
<geometry>
|
||
|
|
<box>
|
||
|
|
<size>200 200 .1</size>
|
||
|
|
</box>
|
||
|
|
</geometry>
|
||
|
|
<material>
|
||
|
|
<script>
|
||
|
|
<uri>model://asphalt_plane/materials/scripts</uri>
|
||
|
|
<uri>model://asphalt_plane/materials/textures</uri>
|
||
|
|
<name>vrc/asphalt</name>
|
||
|
|
</script>
|
||
|
|
</material>
|
||
|
|
</visual>
|
||
|
|
</link>
|
||
|
|
</model>
|
||
|
|
</sdf>
|