-
-
Notifications
You must be signed in to change notification settings - Fork 379
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 textures disappear #5806
Comments
That's not rendering the patch at all it seems, almost like the culling has decided it isn't visible |
I've not been able to repro' this with some quick local testing around Pallas or Thebe. I also tried with the supplied savegame. @SomenameIchose what GPU do you have? |
|
I gave an another try to fly to Pallas but textures don't disappear this time. Maybe it happens at certain coordinates? |
Yes, I tested it, they disappear at coordinates of S029°25'12 E042°42'07 |
I can reproduce, see the attached save file. Just load it in Pioneer and you should see it. |
Note that it happens both on my integrated Intel card and my discrete Nvidia card (with Nouveau). |
This isn't a GPU/driver bug, this is CPU side terrain generation and the rendering calls itself. Can confirm that it's CPU side only so you'll see it on anything that can run it. |
I can confirm that it's the Horizon Culling optimisation which is... over optimising for some reason 🤷 however nothing appears to have changed in the |
Oof nope that ain't it either, you have found me a real doozy of a bug 🤣 |
Ok, I might have a fix for this in the works but it's after midnight, so I'll continue another day |
I've put in a first draft of a fix in #5829 which will need some serious testing. |
Observed behaviour
When approaching the planet at a certain distance some terrain textures disappear.
On a first screenshot textures are proper
But at some point they(textures) start bugging like this
Expected behaviour
Terrain textures should be stable and shouldn't disappear
Steps to reproduce
Fly up to critical distance to certain planets and moons (in this case it is Pallas, I also saw this bug approaching Thebe)
My pioneer version (and OS):
ver 20240314 (8b6ae92)
OS: Windows 10 Home Edition
My output.txt (required) and game save (optional, but recommended)
output.txt
save.zip
The text was updated successfully, but these errors were encountered: