JumpMast3r
03-10-2005, 03:49 PM
when i enable GL_TEXTURE_2D my non textured colors (eg. just glVertex3 become very dull and dim.
Any ideas?
shinpaughp
03-10-2005, 04:43 PM
By default every vertex has a texcoord when texturing is enabled even if you haven't set one yet (default is 0,0,0 depending on dimension of texture). You should only enable textures when the texture is actually being used else your objects will be textured with a single color from your texture (blended if blending is enabled, etc).
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.