Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
GLUE
GLUE.BaseTexture

Method GLUE.BaseTexture()->resize()


Method resize

void resize(int width, int height, mapping|void imgs, int(0..1)|void mipmap, int(0..1)|void nocreate)

Description

Resizes/creates a texture to meet the dimensions width and height . If nocreate isn't given, create_texture is called to actually perform the resize/creation.

See also

construct