DGtal-team / DGtal

Digital Geometry Tools and Algorithm Library
https://dgtal.org
GNU Lesser General Public License v3.0
370 stars 116 forks source link

Hidden axis in the 3D scene produced by Viewer3D #873

Closed copyme closed 8 years ago

copyme commented 10 years ago

Axis in the 3D scene can be invisible because overlapping with objects sent to the Viewer3D.

axis

dcoeurjo commented 10 years ago

Mm.. Seems hard to fix, axes are built-in in the qglwidget (similarly to the "grid").

dcoeurjo commented 10 years ago

I also have issues with transparent voxels "hidding" non-transparent objects (spheres,...). Don't know if there is something we can do on dgtal side.

copyme commented 10 years ago

@dcoeurjo you can solve this problem by sorting objects in scene. Try to use "t" key shortcut. But you have to sort after each rotation, etc.

dcoeurjo commented 10 years ago

nope it does not always work..

kerautret commented 8 years ago

@copyme should be fixes from PR #1108 , you confirm ?

kerautret commented 8 years ago

I close it, should be fine now, @copyme re open if needed.