From ce58bc3ae78d2fea81bd2c8e54a26f5305adedd1 Mon Sep 17 00:00:00 2001 From: vonarnim <axel.vonarnim@epfl.ch> Date: Tue, 17 Nov 2015 14:56:18 +0100 Subject: [PATCH] [NRRPLT-2885] Added grey material to assets Change-Id: If10e532a759c87baca4622e8649d0c126476c336 --- http/client/assets/materials/grey.material | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 http/client/assets/materials/grey.material diff --git a/http/client/assets/materials/grey.material b/http/client/assets/materials/grey.material new file mode 100644 index 0000000..aa552db --- /dev/null +++ b/http/client/assets/materials/grey.material @@ -0,0 +1,12 @@ +material Gazebo/Grey +{ + technique + { + pass main + { + ambient .3 .3 .3 1.0 + diffuse .7 .7 .7 1.0 + specular 0.01 0.01 0.01 1.000000 1.500000 + } + } +} -- GitLab