From 15dff115fe54b5e1028bf9e87ace2a2da9fcf6d4 Mon Sep 17 00:00:00 2001 From: hybridherbst Date: Mon, 14 Oct 2024 16:11:57 +0200 Subject: [PATCH] Playground: Add `normalMap` node. --- playground/Nodes.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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",