Updated libs/xassets/xgfxstaticmodeldrawinst.cpp
This commit is contained in:
parent
147e4bb079
commit
2f4bc7bb05
29
libs/xassets/xgfxstaticmodeldrawinst.cpp
Normal file
29
libs/xassets/xgfxstaticmodeldrawinst.cpp
Normal file
@ -0,0 +1,29 @@
|
||||
#include "xgfxstaticmodeldrawinst.h"
|
||||
|
||||
XGfxStaticModelDrawInst::XGfxStaticModelDrawInst()
|
||||
: XAsset()
|
||||
, mCullDist(false)
|
||||
, mPlacement()
|
||||
, mModel(new XModel())
|
||||
, mReflectionProbeIndex(0)
|
||||
, mPrimaryLightIndex(0)
|
||||
, mLightingHandle(0)
|
||||
, mFlags(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XGfxStaticModelDrawInst::~XGfxStaticModelDrawInst()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxStaticModelDrawInst::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxStaticModelDrawInst::Clear()
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user