[Feature] Additional pool element offset methods
acki02 opened this issue ยท 0 comments
This is a suggestion to add new pool elements with adjustable offset methods to the origin of sub-pieces in jigsaw structures.
The theoretical implementation could look as follows:
- Additional pool elements
formations:simple_pool_elementandformations:stacked_pool_element, withelement typefield,offsettag field and additional fields depending on type. offsettag field has anoffset_type, and additional fields depending on type.offset_typecould be set tonone,staticorprojectionoffset_type:nonehas no additional fields.offset_type:statichasoffsetFront,offsetUpandoffsetSidetag fields withmaxandminfields within each.offset_type:projectionhassurface,shift,limit_cellingandlimit_floorfields, and optionaloffsetFront,offsetUpandoffsetSidetag fields withmaxandminfields within each.
formations:stacked_pool_elementhas additionalelementstag list andstack_methodfield.- this element type creates a continuus line of pool elements from origin point to offest point.
stack_methodcould be set togrow,connect,grow_bestandconnect_best, controlling stack origin point, and element selection.
Please ask questions if additional clarifications as to the intent of any parts of this suggestions are needed.