<div dir="ltr">Hi all,<div><br></div><div>I try to make a simple viewer consists of 4 views. Axial, Sagital, Coronal and a 3D view contains the previous 3 slices. I use 4 renderwindows and the slice viewer works fine but when I try to make them display in the 3D viewer, it cannot show correctly.</div>
<div><br></div><div><div><span class="" style="white-space:pre">        </span>m_3DImgRenderer->AddViewProp(m_AxialImgViewer->GetImageActor());</div><div><span class="" style="white-space:pre">     </span>m_3DImgRenderer->AddViewProp(m_SagitalImgViewer->GetImageActor());</div>
<div><span class="" style="white-space:pre">    </span>m_3DImgRenderer->AddViewProp(m_CoronalImgViewer->GetImageActor());</div><div><span class="" style="white-space:pre">   </span>m_3DImgRenderer->ResetCamera();</div>
<div><span class="" style="white-space:pre">    </span>m_3DViewer->GetRenderWindow()->Render();</div></div><div><br></div><div>I hope to display the 3 orthogonal slices in the 3D render window but it display 3 orthogonal slices of one plane. (I mean it should be 1 axial view, 1 sagital view and 1 coronal view but it displays like 3 axial in orthogonal...)</div>
<div><br></div><div>Any ideas about that? Thank you!</div><div><br></div><div>Best,</div><div>Lin</div></div>