OpenGL Discussion and Help Forums
>
DEVELOPERS
>
OpenGL coding: beginners
> texture mapping problem
PDA
View Full Version :
texture mapping problem
fox
03-23-2001, 06:00 AM
I have a problem in that - texture mapping one object affects other objects which use material light - how could I sort this out?
cheers
03-23-2001, 09:54 AM
Just disable the texture... glDisable(TEXTURE_2D);
And when you want it, you enable it again.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.