21 lines
270 B
C++
21 lines
270 B
C++
|
|
#include "xsurfacevertexinfo.h"
|
||
|
|
|
||
|
|
XSurfaceVertexInfo::XSurfaceVertexInfo()
|
||
|
|
: XAsset()
|
||
|
|
, mVertCount()
|
||
|
|
, mVertsBlendPtr()
|
||
|
|
, mVertsBlend()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
void XSurfaceVertexInfo::ParseData(QDataStream *aStream)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
void XSurfaceVertexInfo::Clear()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|