forked from ilpincy/argos3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the OBJ and MTL files for drawing Spiri
This commit adds the 3D model for the Spiri quadcopter. Although the files for the model should be located under plugins/robots, they are located under plugins/simulator until we have a good solution to resource management in the simulator (see issue ilpincy#94). The CMakeLists.txt has been modified so that the model directory is installed.
- Loading branch information
Showing
3 changed files
with
52,508 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
src/plugins/simulator/visualizations/qt-opengl/models/spiri.mtl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Blender MTL File: 'None' | ||
# Material Count: 6 | ||
|
||
newmtl spiri_GridPlate | ||
Ns 500.000000 | ||
Ka 1.000000 1.000000 1.000000 | ||
Kd 0.000000 0.000000 0.000000 | ||
Ks 0.100000 0.100000 0.100000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni -1.000000 | ||
d 1.000000 | ||
illum 2 | ||
|
||
newmtl spiri_blackplastic | ||
Ns 123.529412 | ||
Ka 0.025317 0.025317 0.025317 | ||
Kd 0.025317 0.025317 0.025317 | ||
Ks 0.100000 0.100000 0.100000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni -1.000000 | ||
d 1.000000 | ||
illum 2 | ||
|
||
newmtl spiri_blueplastic | ||
Ns 64.705882 | ||
Ka 0.603922 0.858824 0.909804 | ||
Kd 0.603922 0.858824 0.909804 | ||
Ks 0.089412 0.089412 0.089412 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni -1.000000 | ||
d 1.000000 | ||
illum 2 | ||
|
||
newmtl spiri_brushedsteel | ||
Ns 1417.647059 | ||
Ka 1.000000 0.949020 0.909804 | ||
Kd 1.000000 0.949020 0.909804 | ||
Ks 0.100000 0.100000 0.100000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni -1.000000 | ||
d 1.000000 | ||
illum 2 | ||
|
||
newmtl spiri_greybeams | ||
Ns 64.705882 | ||
Ka 0.105882 0.094118 0.101961 | ||
Kd 0.105882 0.094118 0.101961 | ||
Ks 0.100000 0.100000 0.100000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni -1.000000 | ||
d 1.000000 | ||
illum 2 | ||
|
||
newmtl spiri_whiteplastic | ||
Ns 64.705882 | ||
Ka 1.000000 1.000000 1.000000 | ||
Kd 1.000000 1.000000 1.000000 | ||
Ks 0.100000 0.100000 0.100000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni -1.000000 | ||
d 1.000000 | ||
illum 2 |
Oops, something went wrong.