<div>Now i am writing a&nbsp;program to view 3D data. I set a default view:</div>
<div>this-&gt;DefaultCam = vtkCamera::New();</div>
<div>&nbsp;</div>
<div>for the 3D space, the view is xoy, z axis is pointing to me, so SetPosition is (0,0,1) be default.</div>
<div>&nbsp;</div>
<div>I wanna change the camera to yoz, x axis pointing to me, so should be (1,0,0) for SetPosition. BUT, seems nothing happened after i change &quot;DefaultCam-&gt;SetPosition(1,0,0); &quot;</div>
<div>&nbsp;</div>
<div>What is wrong??? can anyone just help?</div>
<div>Thanks!</div>
<div>&nbsp;</div>