added lightObject shader
This commit is contained in:
@@ -273,6 +273,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "LightSpherePipeline",
|
||||
"shaderStages": [
|
||||
{
|
||||
"type": "Vertex",
|
||||
"shaderPath": "shaders://lightObject.vert"
|
||||
},
|
||||
{
|
||||
"type": "Fragment",
|
||||
"shaderPath": "shaders://lightObject.frag"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "DefferedPipeline",
|
||||
"shaderStages": [
|
||||
|
||||
Reference in New Issue
Block a user