Minor changes

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-07-03 22:36:07 +02:00
parent b4e263e1c2
commit 2c4394231f
7 changed files with 232 additions and 328 deletions
+5 -23
View File
@@ -3,17 +3,8 @@
"materials": [
{
"albedoTexture": "assets://textures/BoomBox_baseColor.tx",
"baseColor": [
1,
1,
1,
1
],
"emissiveFactor": [
1,
1,
1
],
"baseColor": [ 1, 1, 1, 1 ],
"emissiveFactor": [ 1, 1, 1 ],
"emissiveTexture": "assets://textures/BoomBox_emissive.tx",
"id": "BoomBox_Mat",
"metallicFactor": 1,
@@ -23,18 +14,9 @@
"roughnessFactor": 1
},
{
"baseColor": [
1,
1,
1,
1
],
"emissiveFactor": [
1,
1,
1
],
"id": "_Material_Dummy_1",
"baseColor": [ 1, 1, 1, 1 ],
"emissiveFactor": [ 1, 1, 1 ],
"id": "Boombox_Material_Dummy_1",
"metallicFactor": 1,
"pipeline": "DefaultPipeline",
"roughnessFactor": 1