GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
image_get_txcos(3) Arcan Lua API image_get_txcos(3)

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

numary
image_get_txcos( vid )

Each 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.

function image_get_txcos0()
      a = fill_surface(32, 32, 0, 0, 0);
      b = image_get_txcos(a);
      print( table.concat(b, ",") );
end

image_set_txcos(3) image_set_txcos_default(3)

June 2022 image

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.