We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d578a7d commit 2fa5042Copy full SHA for 2fa5042
ursina/collider.py
@@ -86,7 +86,6 @@ def __init__(self, entity, mesh=None, center=(0,0,0)):
86
self.collision_polygons.append(poly)
87
88
elif mesh.mode == 'ngon':
89
- # NOTE: does not support vertices len < 3. Is already being intercepted by pandas3D.
90
for i in range(2, len(mesh.vertices)):
91
poly = CollisionPolygon(
92
Vec3(*mesh.vertices[i]),
0 commit comments