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
+13
View File
@@ -272,6 +272,19 @@
"shaderPath": "shaders://default.frag"
}
]
},
{
"id": "DefferedPipeline",
"shaderStages": [
{
"type": "Vertex",
"shaderPath": "shaders://mrt.vert"
},
{
"type": "Fragment",
"shaderPath": "shaders://mrt.frag"
}
]
}
],
"activeCamera": "Camera.RotationHelper"