<div dir="ltr">All,<div><br></div><div>I'm trying to set up my code similar to the four pane viewer example and have trouble understanding how the 3D view is displayed (on top right).</div><div><br></div><div>In my understanding, these 3 lines are responsible for the 3D view</div><div><br></div><div><div>vtkSmartPointer< vtkRenderer > ren = vtkSmartPointer< vtkRenderer >::New();  </div><div>this->ui->view4->GetRenderWindow()->AddRenderer(ren);    </div><div>vtkRenderWindowInteractor *iren = this->ui->view4->GetInteractor();</div></div><div><br></div><div>But I don't see inputs or actors to the renderer 'ren'. Can you please help me understand how the 3D view in top right corner is being generated and displayed?</div><div><br></div><div>Thanks</div><div>Prashanth</div></div>