Danciu Marius <yefeth19@...> writes: > > > > Hi Ingmar,In ExtApp QmitkStdMultiWidget.cpp I did the flowing modification://Create RenderWindows 4 mitkWidget4 = new QmitkRenderWindow(mitkWidget4Container, "stdmulti.widget4"); mitkWidget4->setMaximumSize(2000,2000); mitkWidget4->SetLayoutIndex( THREE_D ); mitkWidget4->GetRenderWindow()->->StereoCapableWindowOn(); mitkWidget4->GetRenderWindow()->SetStereoType(VTK_STEREO_CRYSTAL_EYES); or SetStereoTypeToCrystalEyes(); //I tried in both ways mitkWidget4->GetRenderWindow()-> //m_MultiWidget->DisableDepartm > entLogo(); mitkWidgetLayout4->addWidget(mitkWidget4);
Hi Danciu, I am curious whether you figured out a solution. I have VTK code that is not rendering in CrystalEyes mode. But it does in RedAndBlue mode. Infact, the rendering is for the right eye alone. The left eye is blank. I am using a Geforce GTX 285 graphics card with 3D vision goggles. Any ideas? ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
