Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
image_get_txcos(3)		  Arcan Lua API 	      image_get_txcos(3)

NAME
     image_get_txcos - Get the active texture settings for the specified object.

SYNOPSIS
     numary
     image_get_txcos( vid )

DESCRIPTION
     Each object, by default, has a texture transformation that maps its coordi-
     nate  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				   August 2026		      image_get_txcos(3)

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+15.1.quarterly>

home | help