Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 800 Bytes

File metadata and controls

57 lines (50 loc) · 800 Bytes

deferredOutput

deferredOutput

Parameters

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": []
}