feature/test #9

Merged
njohnson merged 318 commits from feature/test into main 2025-09-07 12:35:21 -04:00
Showing only changes of commit de0e4c5aae - Show all commits

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)
{
}