Updated libs/xassets/xgfxstaticmodelinst.h
This commit is contained in:
parent
08b6e1d6d9
commit
1ca6766402
24
libs/xassets/xgfxstaticmodelinst.h
Normal file
24
libs/xassets/xgfxstaticmodelinst.h
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#ifndef XGFXSTATICMODELINST_H
|
||||||
|
#define XGFXSTATICMODELINST_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
#include "xgfxcolor.h"
|
||||||
|
|
||||||
|
#include <QVector3D>
|
||||||
|
|
||||||
|
class XGfxStaticModelInst : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
XGfxStaticModelInst();
|
||||||
|
~XGfxStaticModelInst();
|
||||||
|
|
||||||
|
virtual void ParseData(QDataStream* aStream) override;
|
||||||
|
virtual void Clear() override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
QVector3D mMins;
|
||||||
|
QVector3D mMaxs;
|
||||||
|
XGfxColor mGroundLighting;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XGFXSTATICMODELINST_H
|
||||||
Loading…
x
Reference in New Issue
Block a user