Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 431 Bytes

File metadata and controls

38 lines (29 loc) · 431 Bytes

decodeDepth

decodeDepth(vec3)

Parameter

encodedDepth Type: vec3

Return Value

Type: float

JSON
{
  "Type": "decodeDepth(vec3)",
  "Name": "decodeDepth(vec3)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "encodedDepth",
      "Type": "vec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}