arcan-fe Wiki
Scriptable frontend for media applications.
Status: Beta
Brought to you by:
bjornstahl
declaration:
image_get_txcos(vid) => txbuf
Get 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_set_txcos][image_scale_txcos]
caveats:
Wiki: Video Functions
Wiki: image_scale_txcos
Wiki: image_set_txcos