OpenGL Discussion and Help Forums
>
DEVELOPERS
>
OpenGL coding: beginners
> Problem with coloring.
PDA
View Full Version :
Problem with coloring.
vasil_pashov
05-20-2012, 11:56 AM
Hi I have got a sky box, but when I add a color to a quad the sky box changes its colr too. How can I add coloring only the quad?
BionicBytes
05-20-2012, 12:30 PM
Use glcolor4f (1,1,1,1) before drawing the skybox, that's the quickest 'fix'
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.