Maybe it's just a typo...? Looks to me like this: renderWindowInteractor_1->SetInteractorStyle( style_2); should be: renderWindowInteractor_2->SetInteractorStyle( style_2); Otherwise, your second interactor is just going to have the default interaction style.... HTH, David C.