26 lines
344 B
C++
26 lines
344 B
C++
|
|
#include "xgfxstaticmodelinst.h"
|
||
|
|
|
||
|
|
XGfxStaticModelInst::XGfxStaticModelInst()
|
||
|
|
: XAsset()
|
||
|
|
, mMins()
|
||
|
|
, mMaxs()
|
||
|
|
, mGroundLighting()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
XGfxStaticModelInst::~XGfxStaticModelInst()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
void XGfxStaticModelInst::ParseData(QDataStream *aStream)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
void XGfxStaticModelInst::Clear()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|