We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
normalMap
1 parent 5eb8dcf commit bd8fb94Copy full SHA for bd8fb94
playground/Nodes.json
@@ -1478,6 +1478,21 @@
1478
}
1479
]
1480
},
1481
+ {
1482
+ "name": "Normal Map",
1483
+ "icon": "photo",
1484
+ "description": "Converts a normal map value to a normal vector.",
1485
+ "shaderNode": "normalMap",
1486
+ "nodeType": "node",
1487
+ "properties": [
1488
1489
+ "name": "node",
1490
+ "nodeType": "vec3",
1491
+ "label": "normal",
1492
+ "description": "Specifies the vector to convert."
1493
+ }
1494
+ ]
1495
+ },
1496
{
1497
"name": "Round",
1498
"icon": "math-function",
0 commit comments