Skip to content

Commit

Permalink
garbage_bin_rough, reflect🗑️
Browse files Browse the repository at this point in the history
  • Loading branch information
cryham committed Nov 24, 2023
1 parent 8a68775 commit 921bedd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions data/materials/Pbs/all.material.json
Expand Up @@ -20407,6 +20407,7 @@
{
"macroblock" : "Macroblock_0",
"blendblock" : "Blendblock_0",
"reflect" : true,
"shadow_const_bias" : 0.01,
"workflow" : "specular_ogre",
"diffuse" :
Expand All @@ -20419,12 +20420,13 @@
"specular" :
{
"value" : [0.6, 0.6, 0.6],
"texture" : "garbage_bin_green_spec.jpg",
"sampler" : "Sampler_10"
},
"fresnel" :
{
"value" : 0.1,
"mode" : "coeff"
"value" : [1, 1, 1],
"mode" : "coloured"
},
"normal" :
{
Expand All @@ -20434,16 +20436,18 @@
},
"roughness" :
{
"value" : 0.13
"value" : 0.3,
"texture" : "garbage_bin_rough.jpg",
"sampler" : "Sampler_10"
}
},

"garbage_bin_green" :
{
"macroblock" : "Macroblock_0",
"blendblock" : "Blendblock_0",
"shadow_const_bias" : 0.01,
"reflect" : true,
"shadow_const_bias" : 0.01,
"workflow" : "specular_ogre",
"diffuse" :
{
Expand All @@ -20454,7 +20458,7 @@
},
"specular" :
{
"value" : [1, 1, 1],
"value" : [0.6, 0.6, 0.6],
"texture" : "garbage_bin_green_spec.jpg",
"sampler" : "Sampler_10"
},
Expand Down
Binary file modified data/objects/garbage_bin_blue.mesh
Binary file not shown.
Binary file modified data/objects/garbage_bin_blue_static.mesh
Binary file not shown.
Binary file modified data/objects/garbage_bin_green.mesh
Binary file not shown.
Binary file modified data/objects/garbage_bin_green_static.mesh
Binary file not shown.
Binary file added data/objects/garbage_bin_rough.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 921bedd

Please sign in to comment.