Updated libs/xassets/xfxelematlas.h
This commit is contained in:
parent
de0e4c5aae
commit
c0967ce23e
20
libs/xassets/xfxelemvelstatesample.h
Normal file
20
libs/xassets/xfxelemvelstatesample.h
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
#ifndef XFXELEMVELSTATESAMPLE_H
|
||||||
|
#define XFXELEMVELSTATESAMPLE_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
#include "xfxelemvelstateinframe.h"
|
||||||
|
|
||||||
|
class XFxElemVelStateSample : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
explicit XFxElemVelStateSample();
|
||||||
|
~XFxElemVelStateSample();
|
||||||
|
|
||||||
|
void Clear() override;
|
||||||
|
void ParseData(QDataStream *aStream) override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
XFxElemVelStateInFrame mLocal;
|
||||||
|
XFxElemVelStateInFrame mWorld;
|
||||||
|
};
|
||||||
|
#endif // XFXELEMVELSTATESAMPLE_H
|
||||||
Loading…
x
Reference in New Issue
Block a user