Updated libs/xassets/xgfxpackedplacement.cpp
This commit is contained in:
parent
f4b2aaf84e
commit
57c6c18d8b
25
libs/xassets/xgfxpackedplacement.cpp
Normal file
25
libs/xassets/xgfxpackedplacement.cpp
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
#include "xgfxpackedplacement.h"
|
||||||
|
|
||||||
|
XGfxPackedPlacement::XGfxPackedPlacement()
|
||||||
|
: XAsset()
|
||||||
|
, mOrigin()
|
||||||
|
, mAxis()
|
||||||
|
, mScale(0.0f)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
XGfxPackedPlacement::~XGfxPackedPlacement()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void XGfxPackedPlacement::ParseData(QDataStream *aStream)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void XGfxPackedPlacement::Clear()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user