Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 546 Bytes

File metadata and controls

45 lines (36 loc) · 546 Bytes

sampleShadow

sampleShadow

Parameters

shadowMap Type: sampler2D shadowPos Type: vec4

Return Value

Type: float

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