Skip to content

ds_wfc_gen_expand

Kamran Wali edited this page Jul 7, 2024 · 4 revisions

Inherits: ds_wfc_base_continuous

Inherited By: ds_wfc_gen_expand_thread

Continuous Wave Function Collapse.

Description

ds_wfc_gen_expand is a continuous Wave Function Collapse that expands the grid in North, East, South and West direction. The expansion is never ending.

Properties

Type Name Default Value
int _x_min -1
int _x_max -1
int _y_min -1
int _y_max -1
int _z_min -1
bool _is_add_first_tile false

Property Descriptions

int _x_min = -1

The minimum x coordinate value from which the grid will be expanded.


int _x_max = -1

The maximum x coordinate value from which the grid will be expanded.


int _y_min = -1

The minimum y coordinate value from which the grid will be expanded.


int _y_max = -1

The maximum y coordinate value from which the grid will be expanded.


int _z_min = -1

The minimum z coordinate value from which the grid will be expanded.


bool _is_add_first_tile = false

This flag checks if the first newly created tile has been added for processing.