NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::g3d::TexSrt Struct Reference
Inheritance diagram for nw4r::g3d::TexSrt:
[legend]

Description

Definition at line 36 of file g3d_resanmtexsrt.h.

Public Types

enum  Flag {
  FLAG_ANM_EXISTS = (1 << 0) ,
  FLAG_SCALE_ONE = (1 << 1) ,
  FLAG_ROT_ZERO = (1 << 2) ,
  FLAG_TRANS_ZERO = (1 << 3) ,
  FLAGSET_IDENTITY = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3) ,
  NUM_OF_FLAGS = 4
}
 
- Public Types inherited from nw4r::g3d::TexSrtTypedef
enum  TexMatrixMode {
  TEXMATRIXMODE_MAYA ,
  TEXMATRIXMODE_XSI ,
  TEXMATRIXMODE_3DSMAX
}
 

Public Attributes

f32 Su
 
f32 Sv
 
f32 R
 
f32 Tu
 
f32 Tv
 

Member Enumeration Documentation

◆ Flag

enum nw4r::g3d::TexSrt::Flag

Definition at line 37 of file g3d_resanmtexsrt.h.

Member Data Documentation

◆ Su

f32 nw4r::g3d::TexSrt::Su

Definition at line 47 of file g3d_resanmtexsrt.h.

◆ Sv

f32 nw4r::g3d::TexSrt::Sv

Definition at line 48 of file g3d_resanmtexsrt.h.

◆ R

f32 nw4r::g3d::TexSrt::R

Definition at line 49 of file g3d_resanmtexsrt.h.

◆ Tu

f32 nw4r::g3d::TexSrt::Tu

Definition at line 50 of file g3d_resanmtexsrt.h.

◆ Tv

f32 nw4r::g3d::TexSrt::Tv

Definition at line 51 of file g3d_resanmtexsrt.h.