Skip to content

Commit

Permalink
fix(modifier): Upgrade modifier "type" keys to new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed May 15, 2021
1 parent e962fa2 commit 3a0c3a9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions honeybee_standards/radiance_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"modifiers": [
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_floor_0.20",
"r_reflectance": 0.2,
"g_reflectance": 0.2,
Expand All @@ -176,7 +176,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_wall_0.50",
"r_reflectance": 0.5,
"g_reflectance": 0.5,
Expand All @@ -187,7 +187,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_ceiling_0.80",
"r_reflectance": 0.8,
"g_reflectance": 0.8,
Expand All @@ -198,7 +198,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_opaque_door_0.50",
"r_reflectance": 0.5,
"g_reflectance": 0.5,
Expand All @@ -209,7 +209,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_interior_shade_0.50",
"r_reflectance": 0.5,
"g_reflectance": 0.5,
Expand All @@ -220,7 +220,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_exterior_shade_0.35",
"r_reflectance": 0.35,
"g_reflectance": 0.35,
Expand All @@ -231,7 +231,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_context_0.20",
"r_reflectance": 0.2,
"g_reflectance": 0.2,
Expand All @@ -242,7 +242,7 @@
},
{
"modifier": null,
"type": "glass",
"type": "Glass",
"identifier": "generic_interior_window_vis_0.88",
"r_transmissivity": 0.9584154328610596,
"g_transmissivity": 0.9584154328610596,
Expand All @@ -252,7 +252,7 @@
},
{
"modifier": null,
"type": "glass",
"type": "Glass",
"identifier": "generic_exterior_window_vis_0.64",
"r_transmissivity": 0.6975761815384331,
"g_transmissivity": 0.6975761815384331,
Expand All @@ -262,7 +262,7 @@
},
{
"modifier": null,
"type": "glass",
"type": "Glass",
"identifier": "generic_exterior_screened_window_vis_0.32",
"r_transmissivity": 0.34901895091031854,
"g_transmissivity": 0.34901895091031854,
Expand All @@ -272,7 +272,7 @@
},
{
"modifier": null,
"type": "glass",
"type": "Glass",
"identifier": "generic_interior_window_sol_0.77",
"r_transmissivity": 0.8389405447251757,
"g_transmissivity": 0.8389405447251757,
Expand All @@ -282,7 +282,7 @@
},
{
"modifier": null,
"type": "glass",
"type": "Glass",
"identifier": "generic_exterior_window_sol_0.37",
"r_transmissivity": 0.4035231572885182,
"g_transmissivity": 0.4035231572885182,
Expand All @@ -292,7 +292,7 @@
},
{
"modifier": null,
"type": "glass",
"type": "Glass",
"identifier": "generic_exterior_screened_window_sol_0.19",
"r_transmissivity": 0.2072595906234098,
"g_transmissivity": 0.2072595906234098,
Expand All @@ -302,7 +302,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_floor_exterior_side_0.50",
"r_reflectance": 0.5,
"g_reflectance": 0.5,
Expand All @@ -313,7 +313,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_wall_exterior_side_0.35",
"r_reflectance": 0.35,
"g_reflectance": 0.35,
Expand All @@ -324,7 +324,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "generic_ceiling_exterior_side_0.35",
"r_reflectance": 0.35,
"g_reflectance": 0.35,
Expand All @@ -335,7 +335,7 @@
},
{
"modifier": null,
"type": "glass",
"type": "Glass",
"identifier": "air_boundary",
"r_transmissivity": 1.0,
"g_transmissivity": 1.0,
Expand All @@ -345,7 +345,7 @@
},
{
"modifier": null,
"type": "plastic",
"type": "Plastic",
"identifier": "black",
"r_reflectance": 0.0,
"g_reflectance": 0.0,
Expand All @@ -356,7 +356,7 @@
},
{
"modifier": null,
"type": "glow",
"type": "Glow",
"identifier": "white_glow",
"r_emittance": 1.0,
"g_emittance": 1.0,
Expand Down

0 comments on commit 3a0c3a9

Please sign in to comment.