Graphics/Shaders: Remove pseudo-lighting from BasicMaterial shader

This commit is contained in:
Jérôme Leclercq
2021-06-20 14:12:30 +02:00
parent 233df1f0d4
commit 517ca2d9c2
7 changed files with 132 additions and 273 deletions

View File

@@ -50,9 +50,9 @@
"out_index": 0
},
{
"in_id": "{0fc53363-dbce-4874-8de5-5ca05ae038b7}",
"in_id": "{1bb9712b-8bff-4398-9e4e-fba79a04df0e}",
"in_index": 0,
"out_id": "{412684ce-0ec2-4db5-964c-10e5b68d43e8}",
"out_id": "{d8f4d14a-c67a-470f-87bf-8f60d9513c3b}",
"out_index": 0
},
{
@@ -67,12 +67,6 @@
"out_id": "{c3b906bc-d230-4026-a32e-34c00eaf4481}",
"out_index": 0
},
{
"in_id": "{1bb9712b-8bff-4398-9e4e-fba79a04df0e}",
"in_index": 0,
"out_id": "{d8f4d14a-c67a-470f-87bf-8f60d9513c3b}",
"out_index": 0
},
{
"in_id": "{d8f4d14a-c67a-470f-87bf-8f60d9513c3b}",
"in_index": 0,
@@ -96,13 +90,6 @@
},
{
"locationIndex": 1,
"name": "inNormals",
"role": "Normal",
"roleIndex": 0,
"type": "Float3"
},
{
"locationIndex": 2,
"name": "inTexCoord",
"role": "TexCoord",
"roleIndex": 0,
@@ -125,36 +112,6 @@
"y": 292
}
},
{
"id": "{412684ce-0ec2-4db5-964c-10e5b68d43e8}",
"model": {
"input": "inNormals",
"name": "Input",
"preview_enabled": false,
"preview_height": 64,
"preview_width": 64,
"variable_name": ""
},
"position": {
"x": 79,
"y": 184
}
},
{
"id": "{0fc53363-dbce-4874-8de5-5ca05ae038b7}",
"model": {
"name": "Output",
"output": "vertNormal",
"preview_enabled": false,
"preview_height": 128,
"preview_width": 128,
"variable_name": ""
},
"position": {
"x": 240,
"y": 192
}
},
{
"id": "{33840c70-4e37-4127-bab0-23c4a4cb6d7f}",
"model": {
@@ -313,11 +270,6 @@
"outputs": [
{
"locationIndex": 0,
"name": "vertNormal",
"type": "Float3"
},
{
"locationIndex": 1,
"name": "vertUV",
"type": "Float2"
}