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

Replace Camera Defaults with more Robust Defaults #167

Closed
wants to merge 1 commit into from

Conversation

Enverex
Copy link
Contributor

@Enverex Enverex commented Feb 24, 2025

Adjust the far-clip to be much further out and adjust the near-clip to compensate, should still be close enough for almost all cases.

Fix the "Quake 3 Arena"-esque default FoV with a more normal looking camera FoV.

Also expose the farClip value so it can be easily adjusted.

Adjust the far-clip to be much further out and adjust the near-clip to compensate, should still be close enough for almost all cases.

Fix the "Quake 3 Arena"-esque default FoV with a more normal looking camera FoV.
@dooly123
Copy link
Collaborator

The role of BasisSceneFactory is to set the camera settings; as such, I don't see how changing these values is a good idea, especially the near clip, which will cause issues.

I think adding FOV as an option in the settings panel is something that can be done. (edit done so will be on main in the next few days)

@dooly123 dooly123 closed this Feb 25, 2025
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

Successfully merging this pull request may close these issues.

2 participants