Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 674 Bytes

applyNormalOffset.md

File metadata and controls

52 lines (43 loc) · 674 Bytes

applyNormalOffset

applyNormalOffset

Parameters

normalOffsetScale Type: float projWorldPos Type: vec4 worldNormal Type: vec3

Return Value

Type: vec4

JSON
{
  "Type": "applyNormalOffset",
  "Name": "applyNormalOffset",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "normalOffsetScale",
      "Type": "float"
    },
    {
      "Connection": null,
      "Id": "projWorldPos",
      "Type": "vec4"
    },
    {
      "Connection": null,
      "Id": "worldNormal",
      "Type": "vec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}