subdgtl / WFC

Prototype tools for playing with Wave Function Collapse
The Unlicense
5 stars 1 forks source link

List shuffling debug #1

Closed janper closed 4 years ago

janper commented 4 years ago

Could you output the three lists of the ruleset here? Ideally as a concatenated list of strings similar to our former CSV input. So that we can compare the two. https://github.com/subdgtl/wfc1/blob/50af7533b0ab1f14e075c9d708a42ed861c968e9/wfc_gh/WaveFunctionCollapse.cs#L96

yanchith commented 4 years ago

I did. There was no shuffling. I suggest we investigate when exactly does shuffling happen before we take measures to prevent it - patching over a bug we don't understand is dangerous.