Updated libs/xassets/xfxelematlas.cpp
This commit is contained in:
parent
136a49801e
commit
7af197ad80
25
libs/xassets/xfxelemvelstateinframe.cpp
Normal file
25
libs/xassets/xfxelemvelstateinframe.cpp
Normal file
@ -0,0 +1,25 @@
|
||||
#include "xfxelemvelstateinframe.h"
|
||||
|
||||
XFxElemVelStateInFrame::XFxElemVelStateInFrame()
|
||||
: XAsset()
|
||||
, mVelocity()
|
||||
, mTotalDelta()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XFxElemVelStateInFrame::~XFxElemVelStateInFrame()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XFxElemVelStateInFrame::Clear()
|
||||
{
|
||||
mVelocity.Clear();
|
||||
mTotalDelta.Clear();
|
||||
}
|
||||
|
||||
void XFxElemVelStateInFrame::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user