guillaumechereau / goxel

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

Controls have sensitive too high #182

Open BrunoSupremo opened 4 years ago

BrunoSupremo commented 4 years ago

A single click in the arrows, for example to move a model a few voxels to the left, throws it out of the window, too fast, around 20~50 voxels. Ctrl+z does revert the coord one voxel at a time though (which mean to get back to the original position, you need to undo a lot) Clicking between the arrows, where there is the value number, and dragging it is also too sensible, and i honestly thought it was a text field at first where i could type a value lol image

guillaumechereau commented 4 years ago

Hello, can you tell me what version of goxel you are using, and on what computer?

BrunoSupremo commented 4 years ago

Oh, right. It is the new version, 10.5.

image

daltomdesigner commented 4 years ago

The problem is on Vertical Refresh Sync "vsync", a solution on radeon cards is enable vsync on radeon software, other problem is a strange sound on the card because goxel have a bug on vsync, this produces that there is no limit in unnecessary gpu process. A solution is enable radeon chill and change the min fps and max fps.

radeon

guillaumechereau commented 4 years ago

Thanks for the info! Yes it makes sense that this is a vsync problem. Maybe linking with a new version of glfw could help.