Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 738 Bytes

getSpecular.md

File metadata and controls

59 lines (50 loc) · 738 Bytes

getSpecular

getSpecular

Parameters

worldNormal Type: vec3 eyeVec Type: vec3 lightDir Type: vec3 specularPower Type: float

Return Value

Type: float

JSON
{
  "Type": "getSpecular",
  "Name": "getSpecular",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "worldNormal",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "eyeVec",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "lightDir",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "specularPower",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}