Updated libs/xassets/xfxelematlas.cpp
This commit is contained in:
parent
cdf8ac1ffc
commit
d603742172
25
libs/xassets/xfxelemvec3range.cpp
Normal file
25
libs/xassets/xfxelemvec3range.cpp
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
#include "xfxelemvec3range.h"
|
||||||
|
|
||||||
|
XFxElemVec3Range::XFxElemVec3Range()
|
||||||
|
: XAsset()
|
||||||
|
, mBase()
|
||||||
|
, mAmplitude()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
XFxElemVec3Range::~XFxElemVec3Range()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void XFxElemVec3Range::Clear()
|
||||||
|
{
|
||||||
|
mBase = QVector3D();
|
||||||
|
mAmplitude = QVector3D();
|
||||||
|
}
|
||||||
|
|
||||||
|
void XFxElemVec3Range::ParseData(QDataStream *aStream)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user