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

Make camera recalculate the projection matrix on transformations #15

Open
darionco opened this issue Dec 14, 2020 · 0 comments
Open

Make camera recalculate the projection matrix on transformations #15

darionco opened this issue Dec 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@darionco
Copy link
Contributor

Right now the near and far planes are either static or need to to be modified manually, which either cause the graph to go off the far plane and disappear or forces users to set a far plane that is way too far and messes up with rendering depth distances.

A better solution would be to get the camera to modify the near and far rendering distances to always fall within the graph itself, this would result in the best depth rendering while keeping the graph visible at all times.

In the interim, I am using a threshold for the far plane in GraferController

@darionco darionco added the enhancement New feature or request label Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant