TextureOptions

class cee.TextureOptions()

Options for a Texture object.


Properties

cee.TextureOptions.generateMipmaps

If true, mip maps will be generated for the texture (default true). Mip maps will give a better visual appearance when the texture is smaller in screen pixels than the texture image.

cee.TextureOptions.magFilter

Specifies the magnification filtering used when doing the texture mapping.

cee.TextureOptions.minFilter

Specifies the minifying filtering used when doing the texture mapping.

cee.TextureOptions.wrapMode

Specifies what should happen to texture coordinates that are outside the 0 to 1 range