[gameprogrammer] Re: Skybox Seams

You are the man, thanks Vince (:

On 6/24/08, Vince <uberneen@xxxxxxxxx> wrote:
>
> Try this when loading your textures.
>
> glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
> glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
>
> Vince~
>
> --- On Tue, 6/24/08, Alan Wolfe <alan.wolfe@xxxxxxxxx> wrote:
>
> > From: Alan Wolfe <alan.wolfe@xxxxxxxxx>
> > Subject: [gameprogrammer] Skybox Seams
> > To: gameprogrammer@xxxxxxxxxxxxx
> > Date: Tuesday, June 24, 2008, 9:51 PM
> > Heya,
> >
> > Does anyone know any tricks to hide the seams in skyboxes?
> >
> > TIA!
>
>
>
>
> ---------------------
> To unsubscribe go to http://gameprogrammer.com/mailinglist.html
>
>
>

Other related posts: