Updated libs/xassets/xgfxlightregionaxis.h
This commit is contained in:
parent
e78778e82c
commit
b15886e089
23
libs/xassets/xgfxlightregionaxis.h
Normal file
23
libs/xassets/xgfxlightregionaxis.h
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
#ifndef XGFXLIGHTREGIONAXIS_H
|
||||||
|
#define XGFXLIGHTREGIONAXIS_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
|
||||||
|
#include <QVector3D>
|
||||||
|
|
||||||
|
class XGfxLightRegionAxis : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
XGfxLightRegionAxis();
|
||||||
|
~XGfxLightRegionAxis();
|
||||||
|
|
||||||
|
virtual void ParseData(QDataStream* aStream) override;
|
||||||
|
virtual void Clear() override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
QVector3D mDir;
|
||||||
|
float mMidPoint;
|
||||||
|
float mHalfSize;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XGFXLIGHTREGIONAXIS_H
|
||||||
Loading…
x
Reference in New Issue
Block a user