Skip to content

Commit

Permalink
Remove wrongly added mesh
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <[email protected]>
  • Loading branch information
Blast545 committed Apr 26, 2021
1 parent a1ec6da commit 532fc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 100 deletions.
98 changes: 0 additions & 98 deletions test/worlds/models/mesh_with_submeshes/meshes/box.dae

This file was deleted.

4 changes: 2 additions & 2 deletions test/worlds/models/mesh_with_submeshes/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<visual name='the_visual'>
<geometry>
<mesh>
<uri>model://mesh_with_submeshes/meshes/box.dae</uri>
<uri>model://mesh_with_submeshes/meshes/mesh_with_submeshes.dae</uri>
</mesh>
</geometry>
</visual>
<collision name='the_collision'>
<geometry>
<mesh>
<uri>model://mesh_with_submeshes/meshes/box.dae</uri>
<uri>model://mesh_with_submeshes/meshes/mesh_with_submeshes.dae</uri>
</mesh>
</geometry>
</collision>
Expand Down

0 comments on commit 532fc4a

Please sign in to comment.