#ifndef XMFLOAT3
struct XMFLOAT3 {
float x;
float y;
float z;
};
#endif