Hi Peter,
If you set your texture directly on vtkActor, using SetTexture(nullptr)
will remove it.
If you are adding a texture on vtkProperty (see vtkActor::GetProperty()), you will find the method RemoveTexture
.
Regards,
Michael
1 Like