<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello Vtk Developers,</div><div><br></div><div>This little report to mention that when one changes the FlyMode of the vtkCubeAxesActor and call vtkRenderWindow::render(), well, nothing happens.</div><div>This because inside void vtkCubeAxesActor::DetermineRenderAxes( vtkViewport *viewport ) there is a simple check at the very beginning:</div><div>for ( i = 0; i < 4; ++i ) {<br><br> if ( fabs( orientation[i] - OrientationWXYZ[i] ) > VTK_DBL_EPSILON )<br> break;<br> }</div><div><br></div><div>So, if the orientation has not changed then we just exit and the FlyMode modification is not taken into account.</div><div><br></div><div>I won't qualify that as a "bug" but I believe that it will be great to
be able to have the FlyMode modification taken into account.</div><div><br></div><div>Thank you,</div><div>Sebastien.<br></div></div></body></html>