TGeomanager openGL small parts missing

Hi all,
I am using a gdml file to check the geometry through TGeomanager.
There are a few small parts in the geometry that are missing in the openGL.
However, I can see these small parts when I make them larger by increasing the dimensions. Is there a solution for this?
Thank you.
Yaqian

You could try to change the Level Of Details (LOD) in the TGLViewer

TGLViewer *glViewer = dynamic_cast<TGLViewer*>(gPad->GetViewer3D());
if (glViewer) glViewer->SetLOD(16);

But @matevz or @agheata can most probably help you more on that subject

1 Like

You made my day. Thank you so much.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.