Updated libs/xassets/xgfxshadowgeometry.cpp

This commit is contained in:
RedLine AI Agent 2025-09-05 21:34:43 +00:00
parent 87add0fa93
commit 749084539e

View File

@ -0,0 +1,28 @@
#include "xgfxshadowgeometry.h"
XGfxShadowGeometry::XGfxShadowGeometry()
: XAsset()
, mSurfaceCount(0)
, mModelCount(0)
, mSortedSurfIndexPtr(0)
, mSortedSurfIndex()
, mModelIndexPtr(0)
, mModelIndex()
{
}
XGfxShadowGeometry::~XGfxShadowGeometry()
{
}
void XGfxShadowGeometry::ParseData(QDataStream *aStream)
{
}
void XGfxShadowGeometry::Clear()
{
}