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
+4 -22
View File
@@ -3,17 +3,8 @@
"materials": [
{
"albedoTexture": "assets://textures/Default_albedo.tx",
"baseColor": [
1,
1,
1,
1
],
"emissiveFactor": [
1,
1,
1
],
"baseColor": [ 1, 1, 1, 1 ],
"emissiveFactor": [ 1, 1, 1 ],
"emissiveTexture": "assets://textures/Default_emissive.tx",
"id": "Material_MR",
"metallicFactor": 1,
@@ -23,17 +14,8 @@
"roughnessFactor": 1
},
{
"baseColor": [
1,
1,
1,
1
],
"emissiveFactor": [
1,
1,
1
],
"baseColor": [ 1, 1, 1, 1 ],
"emissiveFactor": [ 1, 1, 1 ],
"id": "Scene_Material_Dummy_1",
"metallicFactor": 1,
"pipeline": "DefaultPipeline",