Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 595 Bytes

blinnPhongDistribution.md

File metadata and controls

45 lines (36 loc) · 595 Bytes

blinnPhongDistribution

blinnPhongDistribution(float,float)

Parameters

NdotH Type: float roughness Type: float

Return Value

Type: float

JSON
{
  "Type": "blinnPhongDistribution(float,float)",
  "Name": "blinnPhongDistribution(float,float)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "NdotH",
      "Type": "float"
    },
    {
      "Connection": null,
      "Id": "roughness",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}