You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the class function accepts a wave parameter that isn't documented. I assumed I could use this to seed the wave and it kinda works.
// Works fine, first cell is 0letwfc=newWFC({ nd, rules, weight,wave: {"0,0": 0}});// Doesn't work :( fills the wave with `undefined`letwfc=newWFC({ nd, rules, weights,wave: {"1,0": 0}});
Is it possible to provide one (or multiple) starting values and allow the wave to collapse around them?
The text was updated successfully, but these errors were encountered:
I noticed the class function accepts a
wave
parameter that isn't documented. I assumed I could use this to seed the wave and it kinda works.Is it possible to provide one (or multiple) starting values and allow the wave to collapse around them?
The text was updated successfully, but these errors were encountered: