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

[Bug] Planet Terrain pokes through its atmosphere. #3

Open
Mjrlun opened this issue Mar 10, 2024 · 0 comments
Open

[Bug] Planet Terrain pokes through its atmosphere. #3

Mjrlun opened this issue Mar 10, 2024 · 0 comments

Comments

@Mjrlun
Copy link

Mjrlun commented Mar 10, 2024

A common issue caused by upscaling planets' heightmaps alongside the planet radii is collision with the not-as-upscaled atmosphere, which is the issue shown in the images below. In KSP 1's SigmaDimensions mod, this was solved by having a "terrain scale" parameter in configuration, which can dependently-scale the heightmap of the planets (e.g. if planet scale was 10x, then terrain scale must be 0.1 to remain the same height as vanilla). Perhaps a similar solution may be possible. My personal suggestion would be to scale the terrain with the atmosphere height, since the ratios would end up the same, mitigating the issue.

Examples of issue:
image
image
image
image

@Mjrlun Mjrlun changed the title [Bug] Planet Terrain pokes through planet atmospheres. [Bug] Planet Terrain pokes through its atmosphere. Mar 10, 2024
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

No branches or pull requests

1 participant