feature/test #9
28
libs/xassets/xgfxshadowgeometry.cpp
Normal file
28
libs/xassets/xgfxshadowgeometry.cpp
Normal 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()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user