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

Help eliminating the polygon quad looking lines #3

Open
arraybercov opened this issue Apr 12, 2020 · 4 comments
Open

Help eliminating the polygon quad looking lines #3

arraybercov opened this issue Apr 12, 2020 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@arraybercov
Copy link

moon

Do you know how I can prevent it showing those lines that look like polygon quads? Check out the picture. It's also in your demos.

@Dimev
Copy link
Owner

Dimev commented Apr 12, 2020

It's because the atmosphere uses the depth buffer for some effects, which causes this.
The best way to avoid this is by using higher poly models

@Dimev Dimev added the help wanted Extra attention is needed label Apr 15, 2020
@arraybercov
Copy link
Author

Hey Dimev, could you also say a bit more on what the differences between the proportional and non are?

Do you mean proportional in the sense that the scale of the atmosphere is the same as the radius of a sphere or? Is there any drawback to the proportional version or any reason why someone would choose to use the non-proportional version?

Thanks : )

@Dimev
Copy link
Owner

Dimev commented Apr 17, 2020

The proportional version basically scales the parameters based on the planet and atmosphere radius, which can make setting it up easier in some cases, and makes it a bit more suitable for randomly generated planets with random sizes.
Internally both are the same, so with the right setup they should look exactly the same

@Dimev
Copy link
Owner

Dimev commented Apr 17, 2020

I'll clarify this a bit in the ue4 usage guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants