Updated libs/xassets/xfxelematlas.cpp

This commit is contained in:
RedLine AI Agent 2025-09-05 21:27:22 +00:00
parent 01094b8d9e
commit de0e4c5aae

View File

@ -0,0 +1,25 @@
#include "xfxelemvelstatesample.h"
XFxElemVelStateSample::XFxElemVelStateSample()
: XAsset()
, mLocal()
, mWorld()
{
}
XFxElemVelStateSample::~XFxElemVelStateSample()
{
}
void XFxElemVelStateSample::Clear()
{
mLocal.Clear();
mWorld.Clear();
}
void XFxElemVelStateSample::ParseData(QDataStream *aStream)
{
}