init
This commit is contained in:
18
src_doorway/materials/scripts/button.material
Normal file
18
src_doorway/materials/scripts/button.material
Normal file
@@ -0,0 +1,18 @@
|
||||
material src_doorway_button/Diffuse
|
||||
{
|
||||
receive_shadows off
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
texture_unit
|
||||
{
|
||||
texture button.png
|
||||
filtering anistropic
|
||||
max_anisotropy 16
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
src_doorway/materials/textures/Doorway.png
Normal file
BIN
src_doorway/materials/textures/Doorway.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 865 KiB |
BIN
src_doorway/materials/textures/button.png
Normal file
BIN
src_doorway/materials/textures/button.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
179
src_doorway/meshes/doorway_base.dae
Normal file
179
src_doorway/meshes/doorway_base.dae
Normal file
File diff suppressed because one or more lines are too long
191
src_doorway/meshes/doorway_door.dae
Normal file
191
src_doorway/meshes/doorway_door.dae
Normal file
File diff suppressed because one or more lines are too long
14
src_doorway/model.config
Normal file
14
src_doorway/model.config
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version='1.0'?>
|
||||
|
||||
<model>
|
||||
<name>SRC: Doorway</name>
|
||||
<version>0.1.0</version>
|
||||
<sdf version='1.6'>model.sdf</sdf>
|
||||
<author>
|
||||
<name>Carlos Agüero</name>
|
||||
<email>caguero@osrfoundation.org</email>
|
||||
</author>
|
||||
<description>
|
||||
A doorway used in the Space Robotics Challenge.
|
||||
</description>
|
||||
</model>
|
||||
1091
src_doorway/model.sdf
Normal file
1091
src_doorway/model.sdf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user