Is using a software-style sky in OpenGL possible?

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
lupinx-Kassman
Posts: 2
Joined: Thu Dec 26, 2013 4:58

Is using a software-style sky in OpenGL possible?

Post by lupinx-Kassman »

Hello! For a particular wad I am woking on, I would like to use software-style skies in OpenGL. The reason being that I want to use PNG skies without palette limitations, but I don't want them to be spherically projected as seems to be the standard. Basically what I am asking is if there is a way to use the sky in screenshot 1 instead of the sky in screenshot 2 for openGL.

Screenshot 1:
Image

Screenshot 2:
Image
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: Is using a software-style sky in OpenGL possible?

Post by Graf Zahl »

No, there isn't. The 'software sky' has a maximum pitch at which it would have to repeat or end. It's the part above that point that gets faded out with GL. If you want more coverage, make a sky that doesn't need to be stretched by the software renderer. GL never uses sky stretching, if a sky is too short it gets faded out at a lower height.
User avatar
Gez
Developer
Developer
Posts: 1399
Joined: Mon Oct 22, 2007 16:47

Re: Is using a software-style sky in OpenGL possible?

Post by Gez »

The alternative to spherical projection is to use cubic projection -- in other words, assemble a skybox in GLDEFS.
lupinx-Kassman
Posts: 2
Joined: Thu Dec 26, 2013 4:58

Re: Is using a software-style sky in OpenGL possible?

Post by lupinx-Kassman »

I see, thanks for the help!
Locked

Return to “GZDoom”