ClearVolume / clearvolume

ClearVolume is a real-time live 3D visualization library designed for high-end volumetric microscopes such as SPIM and DLSM microscopes. With ClearVolume you can see live on your screen the stacks acquired by your microscope instead of waiting for offline post-processing to give you an intuitive and comprehensive view on your data.
http://clearvolume.github.io
GNU Lesser General Public License v3.0
44 stars 11 forks source link

bug when zooming in with mouse wheel #55

Open tischi opened 7 years ago

tischi commented 7 years ago

Hello, when we zoom in and out we sometimes get a smear in the data (see attached "artifact" image). Are you aware of this issue?

clearvolume-good clearvolume-artifact
skalarproduktraum commented 7 years ago

Hey @tischi, thanks for your report! I have not seen this (up to now :-D). So it happens everytime you scroll, or only under certain conditions? What is your hardware configuration and what OS are you using?

tischi commented 7 years ago

Hey!

The specs are from a comp of one of our users: image

royerloic commented 7 years ago

Hi Tischi,

To solve the issue, press key ‘m’, this will deactivate the multi-pass rendering algorithm. The multi-pass algorithm speeds up rendering but it seems that there is a multi-threading problem and sometimes the clearing of the buffer is not performed when the view is changed, leading to the effect you noticed…

With Ulrik we are working on ClearVolume 2.0, will take some time as it is a full redesign, hopefully we can iron out some lingering bugs.

sorry for that!

Loic

On 02 Mar 2017, at 09:43, tischi notifications@github.com wrote:

Hey!

The specs are from a comp of one of our users: https://cloud.githubusercontent.com/assets/2157566/23499482/9aba19be-ff2c-11e6-93fa-b1eadfafed1f.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ClearVolume/ClearVolume/issues/55#issuecomment-283591973, or mute the thread https://github.com/notifications/unsubscribe-auth/AByMkg7B4cRJbSNT5IZ_10x1DkBKb803ks5rhoE6gaJpZM4MPwbk.

Dr. Loïc Alain Royer

Post-Doc - Myers Lab Max Planck Institute of Molecular Cell Biology and Genetics Pfotenhauerstr. 108 01307 Dresden

Too short? Here's why: http://emailcharter.org/

tischi commented 7 years ago

Great! Thank you for the information! In fact, the bug did not really bother me, I just thought it is good community practice to report it anyway, in order to make your software even more awesome!