Page 1 of 1

[r3010] Skyboxes and Portals

Posted: Mon Nov 29, 2010 7:43 pm
by Kate
Having a skybox disables portals created with Sector_SetPortal if the sector that's being looked into through the portal has a skybox sky. However, using portal things works fine on this particular case. Shouldn't they both be treated the same way?

Edit: Actually, it seems having a skybox in general causes portals to act terribly fuzzy and unpredictable, sometimes working and sometimes not.

Re: [r3010] Skyboxes and Portals

Posted: Tue Nov 30, 2010 1:57 am
by Graf Zahl
Demo map, please! I tested with KDiZD Z1M1 and saw no problems. And that portal even uses F_SKY1 as ceiling texture.

Re: [r3010] Skyboxes and Portals

Posted: Tue Nov 30, 2010 3:38 am
by Graf Zahl
fixed. Seems I was a bit too careful when checking if a sector should get a portal. The normal skybox took precedence which it shouldn't have.

Re: [r3010] Skyboxes and Portals

Posted: Tue Nov 30, 2010 3:41 am
by Kate
Aha. Alright then, thanks for the help.