This commit is contained in:
Quella777
2025-08-25 16:30:02 +08:00
commit 32cc2a8e96
1633 changed files with 289456 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
material vrc/mud
{
technique
{
pass
{
ambient 0.5 0.5 0.5 1.0
diffuse 0.5 0.5 0.5 1.0
specular 0.2 0.2 0.2 1.0 12.5
texture_unit
{
texture mud_soft_leaves.png
filtering anistropic
max_anisotropy 16
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 KiB

80
mud_box/model-1_4.sdf Normal file
View File

@@ -0,0 +1,80 @@
<?xml version="1.0"?>
<sdf version="1.4">
<model name="mud_box">
<static>true</static>
<link name="link">
<collision name="collision">
<geometry>
<box>
<size>8 10 0.2</size>
</box>
</geometry>
</collision>
<visual name="visual_1">
<pose>-2 2.5 0 0 0 0</pose>
<cast_shadows>false</cast_shadows>
<geometry>
<box>
<size>4 5 0.2</size>
</box>
</geometry>
<material>
<script>
<uri>model://mud_box/materials/scripts</uri>
<uri>model://mud_box/materials/textures</uri>
<name>vrc/mud</name>
</script>
</material>
</visual>
<visual name="visual_2">
<pose>2 2.5 0 0 0 0</pose>
<cast_shadows>false</cast_shadows>
<geometry>
<box>
<size>4 5 0.2</size>
</box>
</geometry>
<material>
<script>
<uri>model://mud_box/materials/scripts</uri>
<uri>model://mud_box/materials/textures</uri>
<name>vrc/mud</name>
</script>
</material>
</visual>
<visual name="visual_3">
<pose>2 -2.5 0 0 0 0</pose>
<cast_shadows>false</cast_shadows>
<geometry>
<box>
<size>4 5 0.2</size>
</box>
</geometry>
<material>
<script>
<uri>model://mud_box/materials/scripts</uri>
<uri>model://mud_box/materials/textures</uri>
<name>vrc/mud</name>
</script>
</material>
</visual>
<visual name="visual_4">
<pose>-2 -2.5 0 0 0 0</pose>
<cast_shadows>false</cast_shadows>
<geometry>
<box>
<size>4 5 0.2</size>
</box>
</geometry>
<material>
<script>
<uri>model://mud_box/materials/scripts</uri>
<uri>model://mud_box/materials/textures</uri>
<name>vrc/mud</name>
</script>
</material>
</visual>
</link>
</model>
</sdf>

18
mud_box/model.config Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<model>
<name>Mud Box</name>
<version>1.0</version>
<sdf version="1.4">model-1_4.sdf</sdf>
<sdf version="1.5">model.sdf</sdf>
<author>
<name>Thomas Koletschka</name>
<email>thomas.koletschka@gmail.com</email>
</author>
<description>
A mud textured plane.
</description>
</model>

79
mud_box/model.sdf Normal file
View File

@@ -0,0 +1,79 @@
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="mud_box">
<static>true</static>
<link name="link">
<collision name="collision">
<geometry>
<box>
<size>8 10 0.2</size>
</box>
</geometry>
</collision>
<visual name="visual_1">
<pose>-2 2.5 0 0 0 0</pose>
<cast_shadows>false</cast_shadows>
<geometry>
<box>
<size>4 5 0.2</size>
</box>
</geometry>
<material>
<script>
<uri>model://mud_box/materials/scripts</uri>
<uri>model://mud_box/materials/textures</uri>
<name>vrc/mud</name>
</script>
</material>
</visual>
<visual name="visual_2">
<pose>2 2.5 0 0 0 0</pose>
<cast_shadows>false</cast_shadows>
<geometry>
<box>
<size>4 5 0.2</size>
</box>
</geometry>
<material>
<script>
<uri>model://mud_box/materials/scripts</uri>
<uri>model://mud_box/materials/textures</uri>
<name>vrc/mud</name>
</script>
</material>
</visual>
<visual name="visual_3">
<pose>2 -2.5 0 0 0 0</pose>
<cast_shadows>false</cast_shadows>
<geometry>
<box>
<size>4 5 0.2</size>
</box>
</geometry>
<material>
<script>
<uri>model://mud_box/materials/scripts</uri>
<uri>model://mud_box/materials/textures</uri>
<name>vrc/mud</name>
</script>
</material>
</visual>
<visual name="visual_4">
<pose>-2 -2.5 0 0 0 0</pose>
<cast_shadows>false</cast_shadows>
<geometry>
<box>
<size>4 5 0.2</size>
</box>
</geometry>
<material>
<script>
<uri>model://mud_box/materials/scripts</uri>
<uri>model://mud_box/materials/textures</uri>
<name>vrc/mud</name>
</script>
</material>
</visual>
</link>
</model>
</sdf>