TextureMappingUsed Advanced function
Returns true if texture mapping is turned on and false if it's not. You can use this function to check the state of the texture mapping if you use any OpenGL code directly. Texture mapping preferences don't affect OpenLayer's functions. Examples // Check if the texture mapping is turned on //
if( Settings::TextureMappingUsed() ) { // Texture mapping is used // } Other functions of the class Settings
Questions about TextureMappingUsed? Click here. |