private static void ProcessDebug(Vector3 pPoint, int pPointIndex) { if (pPointIndex == 2899) { return; } if (CDebug.IsDebugPoint3D(pPoint)) { return; } if (CDebug.IsDebugPoint(pPoint)) { return; } }