sampler Type: samplerCube
coord Type: vec3
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"
}
]
}
sampler Type: samplerCube
coord Type: vec3
bias Type: float
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"
}
]
}