Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use isometric projection instead of perspective one? #181

Open
Mehanik opened this issue Sep 6, 2019 · 6 comments
Open
Assignees

Comments

@Mehanik
Copy link

Mehanik commented Sep 6, 2019

Hi,

in scientific visualization it is sometimes needed to use isometric projection. Is it possible to use such a camera model?

@Mehanik
Copy link
Author

Mehanik commented Sep 9, 2019

Sorry, I rather mean Axonometric/Orthographic projection instead of "isometric".

@artur-trzesiok
Copy link
Collaborator

At this moment we don't support Orthographic projection. @marcinofulus please set a priority for that feature.
Please notice that we have access to plot.camera_fov parameter. That can be used to "emulate" an "almost ortogrphic" projection.

@HumHongeKamyaab
Copy link

HumHongeKamyaab commented Dec 10, 2020

Any update on this issue. If not can anyone suggest any other 3d jupyter package which supports ortho projections interactively (through widgets).

@fekad
Copy link

fekad commented Jul 1, 2021

+1

@artur-trzesiok artur-trzesiok self-assigned this Aug 12, 2021
@mlviz
Copy link

mlviz commented Oct 18, 2022

Although it is not Orthographic, you can approximate an orthographic projection by moving the camera away and having a really low FOV. I gradually lowered the FOV and pulled back the camera and was able to go down to a FOV of 2 degrees, to my human eye it look pretty much the same as orthographic so might be good enough for certain usages.

@CallumJHays
Copy link

+1 on this. I'll see if I can prototype a solution sometime soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants