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