mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
40 lines
512 B
Plaintext
40 lines
512 B
Plaintext
{
|
|
"name": "custom_uv",
|
|
"node_position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"parameters": {
|
|
|
|
},
|
|
"shader_model": {
|
|
"code": "",
|
|
"global": "",
|
|
"inputs": [
|
|
{
|
|
"default": "vec4(1.0)",
|
|
"label": "Input",
|
|
"name": "in",
|
|
"type": "rgba"
|
|
},
|
|
{
|
|
"default": "0.0",
|
|
"label": "UV",
|
|
"name": "map",
|
|
"type": "rgb"
|
|
}
|
|
],
|
|
"instance": "",
|
|
"name": "Custom UV",
|
|
"outputs": [
|
|
{
|
|
"rgba": "$in($map($uv).xy)",
|
|
"type": "rgba"
|
|
}
|
|
],
|
|
"parameters": [
|
|
|
|
]
|
|
},
|
|
"type": "shader"
|
|
} |