Bug with Orthographic rendering

When orthographic rendering is enabled, modifying any of the 3D scene options (box, labels, background etc) resets the field of view (like zoom level). We use orthographic rendering quite a bit to enable the ruler option to prepare figures for publication purposes.

On a related note, it would be good to revert the ruler color to black, if the 3D scene background is white. Otherwise it is not visible.

Yes, the reset happens at the line highlighted below. If I remove that line then the field of view is not reset when changing view parameters, but the first time you enter orthographic mode the field of view is very small (at least for the MRHead dataset). I’m not sure that’s better.

For the ruler color, maybe better to let the user select black or white ruler (e.g. white ruler over a dark specimen might make sense even if the background it white). We could just add some more rows to the off/thick/thin ruler menu for this.

Reset happening while changing rendering types is acceptable, at least for me. What’s annoying is after I set up the scene in the orientation I would to present, and had to change the background, or remove the box or labels and it resets. It makes is hard to produce consistent looking images interactively.

I am not sure how white ruler with show up on dark specimen. I personally prefer not to overlay the ruler on the image being rendered so that nothing is obstructed. Maybe an option to set the color?

Right now I believe it goes through this same path when any mode is changed, meaning the orthographic view is reset. Yes, it’s probably possible to bypass that. Right now there’s just one path, and any time a view parameter is changed that parallel scale setting is updated. I guess the real question is why manipulating the view doesn’t set the view node’s field of view to match the ParallelScale so that it can be reset correctly.

What I meant was an image like below. In general for this I think it would be better for the user to explicitly set the color rather than having it change automatically so there’s more control.

image

I found that indeed, the view node wasn’t being updated by the camera widget and that’s why the view was getting reset when the modes were changed. I went ahead and committed a fix that works for me - if anyone sees any side effects let me know.

Thanks @pieper. I am all for giving the user the option to set the color of the ruler and the text. Would be a nice feature to have.

I went ahead and implemented the options for ruler color.

@muratmaga just commited the ruler color options (added a yellow option too per @lassoan’s suggestion). You can try it in a future nightly build.