By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
This sets current texture info, see [[GPU Textures|GPU textures]].
This sets current texture info, see [[GPU Textures|GPU textures]].
+
+
===== Command 0x006F =====
+
{| class="wikitable" border="1"
+
! Command Index
+
! CommandID
+
! Parameter
+
! Description
+
|-
+
| 0
+
| 0x006F
+
| Typically only bit8-10 are used.
+
| Bit8 enables texture coordinate output for texture unit 0, bit9 enables texcoords for texture unit 1, and bit2 enables texcoords for texture unit 2.
+
|}
===== Command 0x0080 =====
===== Command 0x0080 =====
Line 326:
Line 343:
| bit0-2 enables/disables texture units 0-2 respectively
| bit0-2 enables/disables texture units 0-2 respectively
|}
|}
+
Note that bit0-2 in this command only enable texture processing. For texturing to work fully, the corresponding texture coordinate outputs must be enabled as well via command 0x006F.