1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

update sample

This commit is contained in:
Justin Lin
2021-03-17 16:41:16 +08:00
parent b66d9e4d0d
commit bb5f4b41a1

View File

@@ -323,8 +323,7 @@ function tiles_wfc(width, height, sample) =
width = 20;
height = 20;
tm = tilemap(width, height, sample);
echo(tilemap_generate(tm));
echo(tiles_wfc(width, height, sample));
*/
/*