Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 704 Bytes

getReflectionColorAt.md

File metadata and controls

52 lines (43 loc) · 704 Bytes

getReflectionColorAt

getReflectionColorAt

Parameters

perPixelNormal Type: vec3 worldPosition Type: vec3 refectionCubeMap Type: samplerCube

Return Value

Type: vec4

JSON
{
  "Type": "getReflectionColorAt",
  "Name": "getReflectionColorAt",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "perPixelNormal",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "worldPosition",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "refectionCubeMap",
      "Type": "samplerCube"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}