diff --git a/playground/Nodes.json b/playground/Nodes.json index bbe572f0e96e11..1208579cda4c91 100644 --- a/playground/Nodes.json +++ b/playground/Nodes.json @@ -1478,6 +1478,21 @@ } ] }, + { + "name": "Normal Map", + "icon": "photo", + "description": "Converts a normal map value to a normal vector.", + "shaderNode": "normalMap", + "nodeType": "node", + "properties": [ + { + "name": "node", + "nodeType": "vec3", + "label": "normal", + "description": "Specifies the vector to convert." + } + ] + }, { "name": "Round", "icon": "math-function",