1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 17:30:11 +02:00

add comment

This commit is contained in:
Justin Lin
2021-03-17 18:15:29 +08:00
parent d16fd5cb29
commit 4b8b363506

View File

@@ -1,5 +1,6 @@
use <_impl/_tiles_wfc_impl.scad>;
// An implementation of [Wave Function Collapse](https://github.com/mxgmn/WaveFunctionCollapse)
function tiles_wfc(width, height, sample) =
tilemap_generate(tilemap(width, height, sample));