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>&quot;<span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, 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; ">&quot;</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: &#39;Lucida Grande&#39;, Verdana, Geneva, Arial, sans-serif; font-size: 12px; ">&quot;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.&quot;</span></div>
<div><font class="Apple-style-span" face="&#39;Lucida Grande&#39;, 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="&#39;Lucida Grande&#39;, Verdana, Geneva, Arial, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 12px;">we can replace &quot;<b><span class="Apple-style-span" style="font-weight: normal;">the negative of</span></b><b> </b>the direction of projection&quot; by &quot;the view plane normal&quot;.</span></font></div>