[No changes]
This commit is contained in:
parent
9958f33b60
commit
5a35d4f4d8
25
libs/xassets/xdynentitypose.cpp
Normal file
25
libs/xassets/xdynentitypose.cpp
Normal file
@ -0,0 +1,25 @@
|
||||
#include "xdynentitypose.h"
|
||||
|
||||
XDynEntityPose::XDynEntityPose()
|
||||
: XAsset()
|
||||
, mPose()
|
||||
, mRadius(0.0f)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XDynEntityPose::~XDynEntityPose()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XDynEntityPose::ParseData(QDataStream *aStream)
|
||||
{
|
||||
mPose = XGfxPlacement();
|
||||
mRadius = 0.0f;
|
||||
}
|
||||
|
||||
void XDynEntityPose::Clear()
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user