Updated libs/xassets/xgfxcullgroup.cpp

This commit is contained in:
RedLine AI Agent 2025-09-05 21:32:52 +00:00
parent af3f28752a
commit f879005e76

View File

@ -0,0 +1,26 @@
#include "xgfxcullgroup.h"
XGfxCullGroup::XGfxCullGroup()
: XAsset()
, mMins()
, mMaxs()
, mSurfaceCount(0)
, mStartSurfIndex(0)
{
}
XGfxCullGroup::~XGfxCullGroup()
{
}
void XGfxCullGroup::ParseData(QDataStream *aStream)
{
}
void XGfxCullGroup::Clear()
{
}