image_set_txcos

declaration:

image_set_txcos(vid, txbuf) => nil

Replace the set of texture coordinates used for a vid (quad, wound clockwise starting at top left vertex). Txbuf is a 2x4 matrix stored in a table access by sweeping from index 1 to 8 (u1,v1,u2,v2,u3,v4).

related functions:
[image_get_txcos][image_scale_txcos]

caveats:


Related

Wiki: Video Functions
Wiki: image_get_txcos
Wiki: image_scale_txcos

MongoDB Logo MongoDB