Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
IndirectTextureScale Class Reference

Defines S (U) and T (V) scale values to transform source texture coordinates during an indirect texture lookup. More...

Public Member Functions

 IndirectTextureScale (byte scaleS, byte scaleT)
 

Public Attributes

byte ScaleS
 Scale value for the source texture coordinates' S (U) component.
 
byte ScaleT
 Scale value for the source texture coordinates' T (V) component.
 

Detailed Description

Defines S (U) and T (V) scale values to transform source texture coordinates during an indirect texture lookup.

Constructor & Destructor Documentation

◆ IndirectTextureScale()

IndirectTextureScale.IndirectTextureScale ( byte scaleS,
byte scaleT )

Member Data Documentation

◆ ScaleS

byte IndirectTextureScale.ScaleS

Scale value for the source texture coordinates' S (U) component.

◆ ScaleT

byte IndirectTextureScale.ScaleT

Scale value for the source texture coordinates' T (V) component.


The documentation for this class was generated from the following file: