BlockSniper icon indicating copy to clipboard operation
BlockSniper copied to clipboard

Visualization of selection/clipboard

Open Frago9876543210 opened this issue 5 years ago • 4 comments

Description

This could also be useful for pinpointing the area. BTW, server can read offset of structure blocks using StructureBlockUpdatePacket. i ii

Frago9876543210 avatar Aug 25 '19 14:08 Frago9876543210

Also why not to implement structure blocks format to use it as schematics?

Frago9876543210 avatar Aug 25 '19 14:08 Frago9876543210

This is not a viable way to solve the boundaries, as it will turn invisible when the structure block is out of the vision field of the player. I have been looking at other options but there are drawbacks for most approaches.

As for the structure block format, structure block saves are not yet in the main release of Bedrock edition, so I will consider implementing them once they are.

Sandertv avatar Aug 25 '19 15:08 Sandertv

@Sandertv

This is not a viable way to solve the boundaries, as it will turn invisible when the structure block is out of the vision field of the player. I have been looking at other options but there are drawbacks for most approaches.

Check this gist: https://gist.github.com/Frago9876543210/f1a79cfc09405ec06234f29e67ec0dfc The only drawback is the creation of 8 blocks of structures for true visualization.

Frago9876543210 avatar Aug 25 '19 19:08 Frago9876543210

The problem is that the outlines are not rendered when you're not looking at the structure block tile, meaning it's practically useless for larger selections. It also only allows rectangular shapes while I would like to be able to do different shapes too.

Sandertv avatar Aug 25 '19 19:08 Sandertv