worldNormal Type: vec3 eyeVec Type: vec3 lightDir Type: vec3 specularPower Type: float
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"
}
]
}