Updated libs/xassets/xgfxstaticmodelinst.cpp
This commit is contained in:
parent
efd06290d8
commit
08b6e1d6d9
25
libs/xassets/xgfxstaticmodelinst.cpp
Normal file
25
libs/xassets/xgfxstaticmodelinst.cpp
Normal file
@ -0,0 +1,25 @@
|
||||
#include "xgfxstaticmodelinst.h"
|
||||
|
||||
XGfxStaticModelInst::XGfxStaticModelInst()
|
||||
: XAsset()
|
||||
, mMins()
|
||||
, mMaxs()
|
||||
, mGroundLighting()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XGfxStaticModelInst::~XGfxStaticModelInst()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxStaticModelInst::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxStaticModelInst::Clear()
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user