14 std::array
<float,3> Position
{{0.0f
, 0.0f
, 0.0f
}};
15 std::array
<float,3> Velocity
{{0.0f
, 0.0f
, 0.0f
}};
16 std::array
<float,3> OrientAt
{{0.0f
, 0.0f
, -1.0f
}};
17 std::array
<float,3> OrientUp
{{0.0f
, 1.0f
, 0.0f
}};
19 float mMetersPerUnit
{AL_DEFAULT_METERS_PER_UNIT
};