horosproject / horos

Horos™ is a free, open source medical image viewer. The goal of the Horos Project is to develop a fully functional, 64-bit medical image viewer for OS X. Horos is based upon OsiriX and other open source medical imaging libraries. Horos is made freely available under the GNU Lesser General Public License, Version 3 (LGPL-3.0). Horos is linked against the Grok JPEG 2000 library, for fast viewing of JPEG 2000 images. This library is licensed under the terms of the GNU Affero General Public License.
http://www.horosproject.org
Other
487 stars 143 forks source link

VR preset bug #306

Open aglv opened 6 years ago

aglv commented 6 years ago

Actually from @mcConti in #305 in VR, 3D presets, table -> when I use preset the mini image of this preset disappears from the table.

brizolara commented 6 years ago

Tricky! Maybe an effect of VTK update... Specifically the problem can be tracked to the following: at BindShader(..) implementation in vtkOpenGLShaderCache.xx, this->LastShaderBound == shader is true, but, for some reason, this vtkShaderProgram has been changed, being unbound now...

mcConti commented 6 years ago

This bug still exist - Horos v. 3.2.1

And I have a question, how to delete or rename 3D VR preset ?