Weird rendering that some actors become boxes automatically when mouse down.

As you can see in the video,some actors become boxes and when mouse down,and everything recovers normally after mouse up.Both happends automatically.I haven’t add any code to do these.

These happen more offen when the camera distance become large enough under some windows machine(Reproducible).Under some linux machine,this happends frequently(reproducable) even camera distance is small.

Just change the LOD parameters of your actors.

Thanks,I checked the vtkLODActor,and only few functions available,would you please tell me what parameters should be chagned

Hello,

Here’s my two cents: https://vtk.org/doc/nightly/html/classvtkLODActor.html . From there, you can go to some examples of vtkLODActor applications. Maybe you can get some light on its parameters there.

take care,

Paulo