Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 766 Bytes

getShadowPos.md

File metadata and controls

59 lines (50 loc) · 766 Bytes

getShadowPos

getShadowPos

Parameters

projWorldPos Type: vec4 lightMatrix Type: mat4 normalOffsetScale Type: float worldNormal Type: vec3

Return Value

Type: vec4

JSON
{
  "Type": "getShadowPos",
  "Name": "getShadowPos",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "projWorldPos",
      "Type": "vec4"
    },
    {
      "Connection": null,
      "Id": "lightMatrix",
      "Type": "mat4"
    },
    {
      "Connection": null,
      "Id": "normalOffsetScale",
      "Type": "float"
    },
    {
      "Connection": null,
      "Id": "worldNormal",
      "Type": "vec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}