Skip to content

Commit 601402f

Browse files
Use tile alpha to determine tile influence on normals
1 parent 161fa4c commit 601402f

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

MeddleTools/node_configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ def __init__(self, colorSpace: str, alphaMode: str, interpolation: str, extensio
426426
"tile_select":
427427
[
428428
FloatMapping('g_TileIndex', 'TileIndex'),
429+
FloatMapping('g_TileAlpha', 'TileAlpha'),
429430
FloatArraySeparateMapping('g_TileScale', ['TileRepeatU', 'TileRepeatV']),
430431
]
431432
}

MeddleTools/shaders.blend

2.67 KB
Binary file not shown.

MeddleTools/shaders.blend1

5.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)