FreeBSD Manual Pages
image_get_txcos(3) Arcan Lua API image_get_txcos(3) NAME image_get_txcos - Get the active texture settings for the specified ob- ject. SYNOPSIS numary image_get_txcos( vid ) DESCRIPTION Each object, by default, has a texture transformation that maps its co- ordinate in 0,0,1,1 space. In some circumstances, however, it may be different or you may want to change parts. EXAMPLE function image_get_txcos0() a = fill_surface(32, 32, 0, 0, 0); b = image_get_txcos(a); print( table.concat(b, ",") ); end SEE ALSO: image_set_txcos(3) image_set_txcos_default(3) image April 2025 image_get_txcos(3)
NAME | SYNOPSIS | DESCRIPTION | EXAMPLE | SEE ALSO:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=image_get_txcos&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>