Updated libs/xassets/xfxelematlas.h
This commit is contained in:
parent
7af197ad80
commit
01094b8d9e
21
libs/xassets/xfxelemvelstateinframe.h
Normal file
21
libs/xassets/xfxelemvelstateinframe.h
Normal file
@ -0,0 +1,21 @@
|
||||
#ifndef XFXELEMVELSTATEINFRAME_H
|
||||
#define XFXELEMVELSTATEINFRAME_H
|
||||
|
||||
#include "xasset.h"
|
||||
#include "xfxelemvec3range.h"
|
||||
|
||||
class XFxElemVelStateInFrame : public XAsset
|
||||
{
|
||||
public:
|
||||
explicit XFxElemVelStateInFrame();
|
||||
~XFxElemVelStateInFrame();
|
||||
|
||||
void Clear() override;
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
|
||||
private:
|
||||
XFxElemVec3Range mVelocity;
|
||||
XFxElemVec3Range mTotalDelta;
|
||||
};
|
||||
|
||||
#endif // XFXELEMVELSTATEINFRAME_H
|
||||
Loading…
x
Reference in New Issue
Block a user