This class is a wrapper around LwoSurfaceBlockTMap and stores additional information useful during the conversion-to-egg process. More...
#include "cLwoSurfaceBlockTMap.h"
Public Member Functions | |
CLwoSurfaceBlockTMap (LwoToEggConverter *converter, const LwoSurfaceBlockTMap *tmap) | |
CPT (LwoSurfaceBlockTMap) _tmap | |
void | get_transform (LMatrix4d &mat) const |
Fills up the indicated matrix with the net transform indicated by the TMAP chunk, accounting for scale, rotate, and translate. More... | |
Public Attributes | |
LPoint3 | _center |
LwoToEggConverter * | _converter |
LwoSurfaceBlockCoordSys::Type | _csys |
std::string | _reference_object |
LVecBase3 | _rotation |
LVecBase3 | _size |
This class is a wrapper around LwoSurfaceBlockTMap and stores additional information useful during the conversion-to-egg process.
Definition at line 30 of file cLwoSurfaceBlockTMap.h.
void CLwoSurfaceBlockTMap::get_transform | ( | LMatrix4d & | mat | ) | const |
Fills up the indicated matrix with the net transform indicated by the TMAP chunk, accounting for scale, rotate, and translate.
Definition at line 67 of file cLwoSurfaceBlockTMap.cxx.