mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 01:40:02 +02:00
add comment
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
use <_impl/_tiles_wfc_impl.scad>;
|
use <_impl/_tiles_wfc_impl.scad>;
|
||||||
|
|
||||||
|
// An implementation of [Wave Function Collapse](https://github.com/mxgmn/WaveFunctionCollapse)
|
||||||
function tiles_wfc(width, height, sample) =
|
function tiles_wfc(width, height, sample) =
|
||||||
tilemap_generate(tilemap(width, height, sample));
|
tilemap_generate(tilemap(width, height, sample));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user