This commit is contained in:
CortexCore
2025-03-05 22:28:38 +08:00
parent 268c24de0d
commit e846296fca
56 changed files with 449323 additions and 573736 deletions

View File

@@ -27,7 +27,7 @@ namespace BITKit.Physics
var vertices = _mesh.vertices;
if (vertices.Length > 2048) return false;
if (vertices.Length > 256) return false;
var minPos = new Vector3(64, 64, 64);
var minDistance = 64f;