|
NAMEimage_get_txcos - Get the active texture settings for the specified object.SYNOPSISnumaryimage_get_txcos( vid ) DESCRIPTIONEach object, by default, has a texture transformation that maps its coordinate in 0,0,1,1 space. In some circumstances, however, it may be different or you may want to change parts.EXAMPLEfunction 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)
Visit the GSP FreeBSD Man Page Interface. |