This class is a wrapper around LwoSurfaceBlock and stores additional information useful during the conversion-to-egg process. More...
#include "cLwoSurfaceBlock.h"
Public Member Functions | |
CLwoSurfaceBlock (LwoToEggConverter *converter, const LwoSurfaceBlock *block) | |
CPT (LwoSurfaceBlock) _block | |
Public Attributes | |
LwoSurfaceBlockAxis::Axis | _axis |
IffId | _block_type |
IffId | _channel_id |
int | _clip_index |
LwoToEggConverter * | _converter |
bool | _enabled |
PN_stdfloat | _h_repeat |
LwoSurfaceBlockWrap::Mode | _h_wrap |
LMatrix4d | _inv_transform |
PN_stdfloat | _opacity |
LwoSurfaceBlockOpacity::Type | _opacity_type |
std::string | _ordinal |
LwoSurfaceBlockProjection::Mode | _projection_mode |
CLwoSurfaceBlockTMap * | _tmap |
LMatrix4d | _transform |
std::string | _uv_name |
PN_stdfloat | _w_repeat |
LwoSurfaceBlockWrap::Mode | _w_wrap |
This class is a wrapper around LwoSurfaceBlock and stores additional information useful during the conversion-to-egg process.
Definition at line 34 of file cLwoSurfaceBlock.h.