Hi,<div><br></div><div>I want to notice that there is a mistake in the documentation of vtkCamera::Elevation (both 5.4 and nightly)</div><div><br></div><div>it states that:</div><div>"<span class="Apple-style-span" style="font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif; font-size: 12px; ">Rotate the camera about the cross product of the direction of projection and the view up vector centered on the focal point.<span class="Apple-style-span" style="font-family: arial; font-size: small; ">"</span></span></div>
<div><br></div><div>but in the cxx file it is correct:</div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif; font-size: 12px; ">"Rotate the camera about the cross product of <b>the negative of </b>the direction of projection and the view up vector centered on the focal point."</span></div>
<div><font class="Apple-style-span" face="'Lucida Grande', Verdana, Geneva, Arial, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande', Verdana, Geneva, Arial, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 12px;">we can replace "<b><span class="Apple-style-span" style="font-weight: normal;">the negative of</span></b><b> </b>the direction of projection" by "the view plane normal".</span></font></div>