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

Skybox should be infinite (you should never "reach" the end of the world) #198

Open
Aitolda opened this issue Oct 21, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working Severity: Medium Important functionality is affected, but a workaround exists

Comments

@Aitolda
Copy link

Aitolda commented Oct 21, 2023

Giga and I did a little digging. First thing we did was confirm that "skybox.infiniteDistance" = true is set properly (i believe this is in one of the zone entity jsons). Then we noticed that when you unparent the skybox from the zone, it suddenly works (appears at an infinite distance), however multiple zones (which we need) will give you this weird split screen effect, because then it's trying to create multiple sky boxes when in truth we just want one skybox that switches depending on if you are within a zone entity itself. So it's about separating the skybox from the zone entity while telling it to swap it texture and settings based on what zone entity you are in."

  1. skybox should NOT be a child of the zone entity.
  2. There should never be more than one skybox
  3. zone entities should instruct the skybox as to which texture/settings to use at any given time, depending on which zone entity the camera is within.
@Aitolda Aitolda added bug Something isn't working Severity: Medium Important functionality is affected, but a workaround exists labels Oct 21, 2023
@Aitolda Aitolda self-assigned this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Severity: Medium Important functionality is affected, but a workaround exists
Projects
None yet
Development

No branches or pull requests

1 participant