protected void BuildAABB() { mAABBDirty = false; mAABB.Build(mLstVertices.ToArray()); mAABB.Expand(1E-4f); }