Updated libs/xassets/xgfxlightregionhull.cpp
This commit is contained in:
parent
b15886e089
commit
f253b75a45
27
libs/xassets/xgfxlightregionhull.cpp
Normal file
27
libs/xassets/xgfxlightregionhull.cpp
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
#include "xgfxlightregionhull.h"
|
||||||
|
|
||||||
|
XGfxLightRegionHull::XGfxLightRegionHull()
|
||||||
|
: XAsset()
|
||||||
|
, mKdopMidPoint()
|
||||||
|
, mKdopHalfSize()
|
||||||
|
, mAxisCount(0)
|
||||||
|
, mAxisPtr(0)
|
||||||
|
, mAxis()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
XGfxLightRegionHull::~XGfxLightRegionHull()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void XGfxLightRegionHull::ParseData(QDataStream *aStream)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void XGfxLightRegionHull::Clear()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user