@export var target_mesh: MeshInstance3D # Assign the 3D object to draw a wireframe for var world_v1 = target_mesh.to_global(vertices[v1_index]) var world_v2 = target_mesh.to_global(vertices[v2_index]) ...