1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 04:51:26 +02:00

add comment

This commit is contained in:
Justin Lin
2020-11-18 16:40:49 +08:00
parent a62fe5fff5
commit faf532f14c

View File

@@ -2,6 +2,7 @@
// TOP_WALL = 1;
// RIGHT_WALL = 2;
// TOP_RIGHT_WALL = 3;
// MASK = 4;
function no_wall(block) = get_wall_type(block) == 0;
function top_wall(block) = get_wall_type(block) == 1;