Skip to content
Snippets Groups Projects
Commit a375abb6 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Merge branch 'gmex-add-tile-materials' into 'master'

Add material visualization for TileCal

See merge request !92
parents 90a4a884 1f2ab539
No related branches found
No related tags found
1 merge request!92Add material visualization for TileCal
...@@ -49,7 +49,8 @@ ...@@ -49,7 +49,8 @@
"R": 0.0 "R": 0.0
}, },
"name": [ "name": [
"Aluminium" "Aluminium",
"std::Aluminium"
], ],
"shininess": 0.23000000417232513, "shininess": 0.23000000417232513,
"specular": { "specular": {
...@@ -325,7 +326,8 @@ ...@@ -325,7 +326,8 @@
"R": 0.0 "R": 0.0
}, },
"name": [ "name": [
"Epoxy" "Epoxy",
"tile::SiO2CondEpox"
], ],
"shininess": 0.7212120294570923, "shininess": 0.7212120294570923,
"specular": { "specular": {
...@@ -460,7 +462,8 @@ ...@@ -460,7 +462,8 @@
"R": 0.0 "R": 0.0
}, },
"name": [ "name": [
"Iron" "Iron",
"std::Iron"
], ],
"shininess": 0.6000000238418579, "shininess": 0.6000000238418579,
"specular": { "specular": {
...@@ -714,6 +717,7 @@ ...@@ -714,6 +717,7 @@
}, },
"name": [ "name": [
"MatGlue", "MatGlue",
"tile::Glue",
"pix::GlueOmegaStave_BL0", "pix::GlueOmegaStave_BL0",
"pix::GlueOmegaStave_L10", "pix::GlueOmegaStave_L10",
"pix::GlueOmegaStave_L20" "pix::GlueOmegaStave_L20"
...@@ -1155,7 +1159,8 @@ ...@@ -1155,7 +1159,8 @@
"R": 0.0 "R": 0.0
}, },
"name": [ "name": [
"Scintillator" "Scintillator",
"tile::Scontillator"
], ],
"shininess": 0.9818180203437805, "shininess": 0.9818180203437805,
"specular": { "specular": {
...@@ -1182,7 +1187,8 @@ ...@@ -1182,7 +1187,8 @@
"R": 0.0 "R": 0.0
}, },
"name": [ "name": [
"Services" "Services",
"LArServices"
], ],
"shininess": 0.20000000298023224, "shininess": 0.20000000298023224,
"specular": { "specular": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment