feature/test #9

Merged
njohnson merged 318 commits from feature/test into main 2025-09-07 12:35:21 -04:00
Showing only changes of commit 749084539e - Show all commits

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