Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 674 Bytes

RefractionPreset.md

File metadata and controls

50 lines (43 loc) · 674 Bytes

RefractionPreset

RefractionPreset

Parameters

worldPos Type: vec3 perPixelNormal Type: vec3 strength Type: float tintColor Type: vec4

JSON
{
  "Type": "RefractionPreset",
  "Name": "RefractionPreset",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "worldPos",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "perPixelNormal",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "strength",
      "Type": "float"
    },
    {
      "Connection": null,
      "Id": "tintColor",
      "Type": "vec4"
    }
  ],
  "OutputPins": []
}