guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.74k stars 219 forks source link

How does selection (for copy-paste) suppose to work? #253

Open egorse opened 2 years ago

egorse commented 2 years ago

I kinda of not understand how 3d selection suppose to work (or its working oddly).

If I draw the cube (5x5x5) on floor the selection then does not selects the lowest layer and on sides and top I also has to select one more voxel. If the scene is populated - then select square is close to impossible - moved cursor jumps all arround (what seems as well happens to shapes too) and the selection firewrame seems can not be stratched. Fuzzy selection seems could help in this case but it seems not possible to copy-paste what was fuzzy selected (which is sad).

guillaumechereau commented 2 years ago

Hello,

Sorry I don't understand what you mean exactly. Can you put a screenshot to explain the issue?

egorse commented 2 years ago

I think I figured out the how to select - has to make box and using "white faces" adjust it to exact size. But paste works with some off by 1. Here is pics where I tried past ref cube multiple time selecting left closest corner at top face. Please also note the 1st pasted cube goes under the zero level. Screenshot from 2021-09-08 14-10-42 Screenshot from 2021-09-08 14-10-48

egorse commented 2 years ago

Seems like ~center of selection is reference point which is quite useless for pasting and causes that offset.