Skip to content

Latest commit

 

History

History
98 lines (78 loc) · 1.22 KB

File metadata and controls

98 lines (78 loc) · 1.22 KB

textureCube

textureCube(samplerCube,vec3)

Parameters

sampler Type: samplerCube

coord Type: vec3

Return Value

Type: vec4

JSON
{
  "Type": "textureCube(samplerCube,vec3)",
  "Name": "textureCube(samplerCube,vec3)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "sampler",
      "Type": "samplerCube"
    },
    {
      "Connection": null,
      "Id": "coord",
      "Type": "vec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}

textureCube(samplerCube,vec3,float)

Parameters

sampler Type: samplerCube

coord Type: vec3

bias Type: float

Return Value

Type: vec4

JSON
{
  "Type": "textureCube(samplerCube,vec3,float)",
  "Name": "textureCube(samplerCube,vec3,float)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "sampler",
      "Type": "samplerCube"
    },
    {
      "Connection": null,
      "Id": "coord",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "bias",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}