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

fix(rendering): clipping plane on LoD 0 #4524

Merged
merged 1 commit into from
Feb 19, 2021

Conversation

jdrueckert
Copy link
Member

Noticed a black something in the center of my screen after setting LoD from 10 to 0. Seemed to be on the "back plane" as it disappeared behind loaded chunks. When setting LoD to 1, it didn't show anymore.

@PS-Soundwave assumed that the far clipping plane might be pulled in too far on lowest LoD and suggested this quickfix. Turned out fine, although there seems to be a larger issue, that @PS-Soundwave plans to write up (please also link it here) and investigate 👍

Co-authored-by: Soundwave PS-Soundwave@users.noreply.github.com

@jdrueckert jdrueckert added this to the v4.2.0 milestone Feb 19, 2021
@jdrueckert jdrueckert self-assigned this Feb 19, 2021
Copy link
Member

@PS-Soundwave PS-Soundwave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge. I'll link the follow-on issue/PR when it's written.

@jdrueckert jdrueckert merged commit a3bb91e into develop Feb 19, 2021
@jdrueckert jdrueckert deleted the fix/clipping-plane-for-LoD-0 branch February 19, 2021 21:53
@skaldarnar skaldarnar added Topic: Rendering Requests, Issues and Changes related to lighting, meshes, camera, etc. Type: Bug Issues reporting and PRs fixing problems labels Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Topic: Rendering Requests, Issues and Changes related to lighting, meshes, camera, etc. Type: Bug Issues reporting and PRs fixing problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants