Enum ModelConstraintAlgorithm
Namespace: DeBroglie.Wfc
Assembly: DeBroglie.dll
Syntax
public enum ModelConstraintAlgorithm
Fields
| Name | Description |
|---|---|
| Ac3 | Use the Arc Consistency 3 algorithm. |
| Ac4 | Use the Arc Consistency 4 algorithm. |
| Default | Equivalent to Ac4 currently. |
| OneStep | Only update tiles immediately adjacent to updated tiles. |