public void ShouldGenerateMesh()
 {
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("DropTargetBeveled"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("DropTargetFlatSimple"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("DropTargetSimple"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("Data"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("HitFatTargetSlim"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("HitFatTargetSquare"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("HitTargetRect"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("HitTargetRound"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("HitTargetSlim"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("ScaledTarget"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("RotatedTarget"));
     AssertObjMesh(_tc.Table, _obj, _tc.HitTarget("DroppedTarget"));
 }