init
This commit is contained in:
BIN
postbox/materials/textures/postbox_diffuse.jpg
Normal file
BIN
postbox/materials/textures/postbox_diffuse.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
BIN
postbox/materials/textures/postbox_spec.jpg
Normal file
BIN
postbox/materials/textures/postbox_spec.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
187
postbox/meshes/postbox.dae
Executable file
187
postbox/meshes/postbox.dae
Executable file
File diff suppressed because one or more lines are too long
16
postbox/model.config
Normal file
16
postbox/model.config
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>Postbox</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.6">model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Nate Koenig</name>
|
||||
<email>nate@osrfoundation.org</email>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
A USPS box.
|
||||
</description>
|
||||
</model>
|
||||
22
postbox/model.sdf
Normal file
22
postbox/model.sdf
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.6">
|
||||
<model name="postbox">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://postbox/meshes/postbox.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://postbox/meshes/postbox.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
||||
Reference in New Issue
Block a user