Updated libs/xassets/xfxelematlas.cpp
This commit is contained in:
parent
01094b8d9e
commit
de0e4c5aae
25
libs/xassets/xfxelemvelstatesample.cpp
Normal file
25
libs/xassets/xfxelemvelstatesample.cpp
Normal file
@ -0,0 +1,25 @@
|
||||
#include "xfxelemvelstatesample.h"
|
||||
|
||||
XFxElemVelStateSample::XFxElemVelStateSample()
|
||||
: XAsset()
|
||||
, mLocal()
|
||||
, mWorld()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XFxElemVelStateSample::~XFxElemVelStateSample()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XFxElemVelStateSample::Clear()
|
||||
{
|
||||
mLocal.Clear();
|
||||
mWorld.Clear();
|
||||
}
|
||||
|
||||
void XFxElemVelStateSample::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user