mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 05:21:38 +02:00
add comment
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
// TOP_WALL = 1;
|
// TOP_WALL = 1;
|
||||||
// RIGHT_WALL = 2;
|
// RIGHT_WALL = 2;
|
||||||
// TOP_RIGHT_WALL = 3;
|
// TOP_RIGHT_WALL = 3;
|
||||||
|
// MASK = 4;
|
||||||
|
|
||||||
function no_wall(block) = get_wall_type(block) == 0;
|
function no_wall(block) = get_wall_type(block) == 0;
|
||||||
function top_wall(block) = get_wall_type(block) == 1;
|
function top_wall(block) = get_wall_type(block) == 1;
|
||||||
|
Reference in New Issue
Block a user