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

Terrain system limitations #2

Open
InsanityBringer opened this issue Sep 29, 2021 · 1 comment
Open

Terrain system limitations #2

InsanityBringer opened this issue Sep 29, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@InsanityBringer
Copy link
Owner

image

When using high FOV settings on large, open terrains, the render depth will frequently be reset and occasionally issues will occur as a static limit of 8000 unique terrain cells is reached. Patching this will be nontrivial, but I think I can fix it by outright replacing the terrain module with a new one.

Due to the large amount of patch points present, it may be worth switching to a new method of loading patch points, which translates patch points from one engine version to others.

@Sol1vaN
Copy link

Sol1vaN commented Oct 2, 2021

Yea, the large terrains always have some cropping on the distant places.
It will be great to see all d3 terrain at same time, without croppings

@InsanityBringer InsanityBringer added the bug Something isn't working label Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants