#include <LWTexture.h>
Collaboration diagram for Teddy::Imports::LWTexture:
Public Methods | |
LWTexture (LWSurface *surface, int map_type) | |
void | processTexture () |
void | applyTexture () |
void | readTextureFlags_U2 () |
void | readTextureSize_VEC12 () |
void | readTextureCenter_VEC12 () |
void | readTextureFallOff_VEC12 () |
void | readTextureVelocity_VEC12 () |
void | readTextureReferenceObject_S0 () |
void | readTextureColor_COL4 () |
void | readTextureValue_IP2 () |
void | readBumpTextureAmplitude_FP4 () |
void | readTextureAlgorithm_F4 () |
void | readTextureAlgorithm_I2 () |
void | readImageMap_FNAM0 () |
void | readImageAlpha_FNAM0 () |
void | readImageWarpOptions_U2_U2 () |
void | readAntialiasingStrength_FP4 () |
void | readTextureOpacity_FP4 () |
Protected Attributes | |
LWFile * | f |
LWSurface * | surface |
VEC12 | texture_center |
TCTR. More... | |
VEC12 | texture_size |
TSIZ. More... | |
U2 | texture_projection_mode |
CTEX. More... | |
U2 | texture_major_axis |
TFLG. More... | |
FNAM0 | texture_image_map |
TIMG. More... |
Definition at line 65 of file LWTexture.h.
|
|
|
|
|
Definition at line 249 of file LWTexture.cpp. |
|
Definition at line 229 of file LWTexture.cpp. |
|
Definition at line 242 of file LWTexture.cpp. |
|
Definition at line 238 of file LWTexture.cpp. References f, and texture_image_map. |
|
Definition at line 246 of file LWTexture.cpp. |
|
Definition at line 232 of file LWTexture.cpp. |
|
Definition at line 235 of file LWTexture.cpp. |
|
Definition at line 210 of file LWTexture.cpp. References f, and texture_center. |
|
Definition at line 223 of file LWTexture.cpp. |
|
Definition at line 214 of file LWTexture.cpp. |
|
Definition at line 176 of file LWTexture.cpp. References Teddy::SysSupport::dmsg, f, LW_TF_AXIS_X, LW_TF_AXIS_Y, LW_TF_AXIS_Z, Teddy::SysSupport::M_TMAP, TEXTURE_AXIS_X, TEXTURE_AXIS_Y, TEXTURE_AXIS_Z, texture_major_axis, and Teddy::Imports::U2. |
|
Definition at line 252 of file LWTexture.cpp. |
|
Definition at line 220 of file LWTexture.cpp. |
|
Definition at line 206 of file LWTexture.cpp. References f, and texture_size. |
|
Definition at line 226 of file LWTexture.cpp. |
|
Definition at line 217 of file LWTexture.cpp. |
|
Definition at line 93 of file LWTexture.h. Referenced by LWTexture, readImageMap_FNAM0, readTextureCenter_VEC12, readTextureFlags_U2, and readTextureSize_VEC12. |
|
Definition at line 94 of file LWTexture.h. Referenced by applyTexture, and LWTexture. |
|
TCTR.
Definition at line 95 of file LWTexture.h. Referenced by applyTexture, LWTexture, and readTextureCenter_VEC12. |
|
TIMG.
Definition at line 99 of file LWTexture.h. Referenced by applyTexture, and readImageMap_FNAM0. |
|
TFLG.
Definition at line 98 of file LWTexture.h. Referenced by applyTexture, LWTexture, and readTextureFlags_U2. |
|
CTEX.
Definition at line 97 of file LWTexture.h. Referenced by LWTexture. |
|
TSIZ.
Definition at line 96 of file LWTexture.h. Referenced by applyTexture, LWTexture, and readTextureSize_VEC12. |