XPlor/libs/xassets/xgfxcullgroup.cpp

27 lines
327 B
C++
Raw Normal View History

2025-09-05 21:32:52 +00:00
#include "xgfxcullgroup.h"
XGfxCullGroup::XGfxCullGroup()
: XAsset()
, mMins()
, mMaxs()
, mSurfaceCount(0)
, mStartSurfIndex(0)
{
}
XGfxCullGroup::~XGfxCullGroup()
{
}
void XGfxCullGroup::ParseData(QDataStream *aStream)
{
}
void XGfxCullGroup::Clear()
{
}