diffuseColor Type: vec4 perPixelNormal Type: vec3 depth Type: float specularIntensity Type: float ambientColor Type: vec4
JSON
{
"Type": "deferredOutput",
"Name": "deferredOutput",
"Category": 7,
"InputPins": [
{
"Connection": null,
"Id": "diffuseColor",
"Type": "vec4"
},
{
"Connection": null,
"Id": "perPixelNormal",
"Type": "vec3"
},
{
"Connection": null,
"Id": "depth",
"Type": "float"
},
{
"Connection": null,
"Id": "specularIntensity",
"Type": "float"
},
{
"Connection": null,
"Id": "ambientColor",
"Type": "vec4"
}
],
"OutputPins": []
}