Skip to content

Latest commit

 

History

History
88 lines (71 loc) · 1016 Bytes

getShadow.md

File metadata and controls

88 lines (71 loc) · 1016 Bytes

getShadow

getShadow

Parameters

worldPos Type: vec3 worldNormal Type: vec3 depth Type: float

Return Value

Type: float

JSON
{
  "Type": "getShadow",
  "Name": "getShadow",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "worldPos",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "worldNormal",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "depth",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}

getShadow(vec4)

Parameter

shadowPos Type: vec4

Return Value

Type: float

JSON
{
  "Type": "getShadow(vec4)",
  "Name": "getShadow(vec4)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "shadowPos",
      "Type": "vec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}