added lightObject shader

This commit is contained in:
j3oss
2021-07-21 11:07:45 +02:00
parent b50a22f4bf
commit 9c34ceb167
5 changed files with 197 additions and 2 deletions
+13
View File
@@ -273,6 +273,19 @@
}
]
},
{
"id": "LightSpherePipeline",
"shaderStages": [
{
"type": "Vertex",
"shaderPath": "shaders://lightObject.vert"
},
{
"type": "Fragment",
"shaderPath": "shaders://lightObject.frag"
}
]
},
{
"id": "DefferedPipeline",
"shaderStages": [