mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-28 14:47:13 +01:00
Notes.
This commit is contained in:
parent
dc1064aac4
commit
96738f5783
@ -8,6 +8,7 @@
|
|||||||
#include "array_2d.h"
|
#include "array_2d.h"
|
||||||
#include "wfc.h"
|
#include "wfc.h"
|
||||||
|
|
||||||
|
//Merge this into OverlappingWFC
|
||||||
struct OverlappingWFCOptions {
|
struct OverlappingWFCOptions {
|
||||||
bool periodic_input; // True if the input is toric.
|
bool periodic_input; // True if the input is toric.
|
||||||
bool periodic_output; // True if the output is toric.
|
bool periodic_output; // True if the output is toric.
|
||||||
@ -28,6 +29,8 @@ struct OverlappingWFCOptions {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//T -> hardcode it to uint32_t, and add support for variant conversion -> set_data(Array) -> maps it to ids
|
||||||
|
//Make this inherit from WFC, also WFC should inherit from reference
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class OverlappingWFC {
|
class OverlappingWFC {
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user