Skip to content

Commit bd8fb94

Browse files
authored
Playground: Add normalMap node. (#29652)
1 parent 5eb8dcf commit bd8fb94

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

playground/Nodes.json

+15
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,21 @@
14781478
}
14791479
]
14801480
},
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+
},
14811496
{
14821497
"name": "Round",
14831498
"icon": "math-function",

0 commit comments

Comments
 (0)