[vtkusers] Hiding objects on the scene

Dejan Zivkovic dejan.zivkovic90 at gmail.com
Wed Sep 30 12:10:19 EDT 2015


I saw that there are  ways to hide some objects from the scene.
For example, first solution is to take the objects actor and apply
SetVisibility(false),
and the object will hide.

Second option, I suppose, is to remove the actor from the renderer.

My question is: Which is more efficient?
Does SetVisibility(false) hides the object in the way that it doesn't
render at all?

Thanks,
Dejan Zivkovic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150930/3692e31c/attachment.html>


More information about the vtkusers mailing list