adjusted scenes

This commit is contained in:
j3oss
2021-07-19 01:51:04 +02:00
parent 40b1ec0604
commit 06b02f5200
4 changed files with 141 additions and 34 deletions
+7 -2
View File
@@ -10,7 +10,7 @@
"metallicFactor": 1,
"metallicRoughnessTexture": "assets://textures/Default_AO-Default_metalRoughness.tx",
"normalTexture": "assets://textures/Default_normal.tx",
"pipeline": "DefaultPipeline",
"pipeline": "DefferedPipeline",
"roughnessFactor": 1
},
{
@@ -18,7 +18,7 @@
"emissiveFactor": [ 1, 1, 1 ],
"id": "Scene_Material_Dummy_1",
"metallicFactor": 1,
"pipeline": "DefaultPipeline",
"pipeline": "DefferedPipeline",
"roughnessFactor": 1
}
],
@@ -60,6 +60,11 @@
"rotation": [0.0, 0.0, 0.0],
"scale": [1.0, 1.0, 1.0]
},
{
"color": [1.0, 1.0, 1.0, 1.0],
"intensity": 100,
"type": "LightComponent"
},
{
"type": "ScriptComponent",
"script_name": "MainCameraController",