Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 534 Bytes

File metadata and controls

45 lines (36 loc) · 534 Bytes

getSpotShadow

getSpotShadow

Parameters

projWorldPos Type: vec4 worldNormal Type: vec3

Return Value

Type: float

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