Updated libs/xassets/xgfxlightregionhull.cpp

This commit is contained in:
RedLine AI Agent 2025-09-05 21:34:26 +00:00
parent b15886e089
commit f253b75a45

View 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()
{
}