Panda3D
|
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.
CLwoSurfaceBlock::CLwoSurfaceBlock | ( | LwoToEggConverter * | converter, |
const LwoSurfaceBlock * | block ) |
Definition at line 29 of file cLwoSurfaceBlock.cxx.
CLwoSurfaceBlock::~CLwoSurfaceBlock | ( | ) |
Definition at line 145 of file cLwoSurfaceBlock.cxx.
LwoSurfaceBlockAxis::Axis CLwoSurfaceBlock::_axis |
Definition at line 50 of file cLwoSurfaceBlock.h.
IffId CLwoSurfaceBlock::_block_type |
Definition at line 39 of file cLwoSurfaceBlock.h.
IffId CLwoSurfaceBlock::_channel_id |
Definition at line 40 of file cLwoSurfaceBlock.h.
int CLwoSurfaceBlock::_clip_index |
Definition at line 52 of file cLwoSurfaceBlock.h.
LwoToEggConverter* CLwoSurfaceBlock::_converter |
Definition at line 59 of file cLwoSurfaceBlock.h.
bool CLwoSurfaceBlock::_enabled |
Definition at line 42 of file cLwoSurfaceBlock.h.
PN_stdfloat CLwoSurfaceBlock::_h_repeat |
Definition at line 56 of file cLwoSurfaceBlock.h.
LwoSurfaceBlockWrap::Mode CLwoSurfaceBlock::_h_wrap |
Definition at line 54 of file cLwoSurfaceBlock.h.
LMatrix4d CLwoSurfaceBlock::_inv_transform |
Definition at line 48 of file cLwoSurfaceBlock.h.
PN_stdfloat CLwoSurfaceBlock::_opacity |
Definition at line 45 of file cLwoSurfaceBlock.h.
LwoSurfaceBlockOpacity::Type CLwoSurfaceBlock::_opacity_type |
Definition at line 44 of file cLwoSurfaceBlock.h.
std::string CLwoSurfaceBlock::_ordinal |
Definition at line 41 of file cLwoSurfaceBlock.h.
LwoSurfaceBlockProjection::Mode CLwoSurfaceBlock::_projection_mode |
Definition at line 49 of file cLwoSurfaceBlock.h.
CLwoSurfaceBlockTMap* CLwoSurfaceBlock::_tmap |
Definition at line 61 of file cLwoSurfaceBlock.h.
LMatrix4d CLwoSurfaceBlock::_transform |
Definition at line 47 of file cLwoSurfaceBlock.h.
std::string CLwoSurfaceBlock::_uv_name |
Definition at line 57 of file cLwoSurfaceBlock.h.
PN_stdfloat CLwoSurfaceBlock::_w_repeat |
Definition at line 55 of file cLwoSurfaceBlock.h.
LwoSurfaceBlockWrap::Mode CLwoSurfaceBlock::_w_wrap |
Definition at line 53 of file cLwoSurfaceBlock.h.