Skip to content

Latest commit

 

History

History
210 lines (153 loc) · 2.1 KB

File metadata and controls

210 lines (153 loc) · 2.1 KB

sampler2D

diffuse

Return Value

Type: sampler2D

JSON
{
  "Type": "sampler2D",
  "Name": "diffuse",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "sampler2D"
    }
  ]
}

normal

Return Value

Type: sampler2D

JSON
{
  "Type": "sampler2D",
  "Name": "normal",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "sampler2D"
    }
  ]
}

specular

Return Value

Type: sampler2D

JSON
{
  "Type": "sampler2D",
  "Name": "specular",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "sampler2D"
    }
  ]
}

emissive

Return Value

Type: sampler2D

JSON
{
  "Type": "sampler2D",
  "Name": "emissive",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "sampler2D"
    }
  ]
}

environment

Return Value

Type: sampler2D

JSON
{
  "Type": "sampler2D",
  "Name": "environment",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "sampler2D"
    }
  ]
}

screen

Return Value

Type: sampler2D

JSON
{
  "Type": "sampler2D",
  "Name": "screen",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "sampler2D"
    }
  ]
}

shadowMap

Return Value

Type: sampler2D

JSON
{
  "Type": "sampler2D",
  "Name": "shadowMap",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "sampler2D"
    }
  ]
}

lightRampMap

Return Value

Type: sampler2D

JSON
{
  "Type": "sampler2D",
  "Name": "lightRampMap",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "sampler2D"
    }
  ]
}