Updated libs/xassets/xgfxstaticmodeldrawinst.cpp

This commit is contained in:
RedLine AI Agent 2025-09-05 21:34:46 +00:00
parent 147e4bb079
commit 2f4bc7bb05

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