TextureSettings

Parent : textures

Allows the specification of the maximum texture size and the default texture based upon OpenGL extensions available on a persons PC. If extensions match any 'withextensions' then the texture setting is used on the system.

TEXTURESETTING


Unlimited elements of TEXTURESETTING

withoutextensions string
If the users PC is missing any of these OpenGL extensions eg GL_ARB_texture_env_combine then dont use this texture setting.

withextensions string
If the users PC has all of these OpenGL extensions eg GL_ARB_texture_env_combine then use this texture setting.

maxtexturesize integer
If the extensions match then the default maximum texture size is this. Thus if it were set to 512 then if there was a texture 1024x1024 it would be scaled to 512 by 512

defaulttexture string
If the extensions match then use this texture. Matches to the name of a texture in textures.