f3d
f3d copied to clipboard
Add Orthographic View Toggle
As suggested on the Issue #885, this PR has the intention to continue developing the camera hotkeys feature.
This will implement the Ortographic View bound to the 5
key of the keyboard/numeric keyboard, using the vtkCamera::ParallelProjectionOn/Off()
methods.
You are modifying libf3d public API! :warning:Please update bindings accordingly:warning:!
You can find them in their respective directories: python
, java
, webassembly
.
any reason to open a new PR ? you can use the last one https://github.com/f3d-app/f3d/pull/924
superseeded by https://github.com/f3d-app/f3d/pull/1235