From 944b225a81f1c6bf3e0465c23af93eaa2a9dc865 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 15 Nov 2025 12:28:47 +0100 Subject: [PATCH] Remove collider none --- tello_sim/ursina_adapter.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tello_sim/ursina_adapter.py b/tello_sim/ursina_adapter.py index b5f951d..34c6670 100644 --- a/tello_sim/ursina_adapter.py +++ b/tello_sim/ursina_adapter.py @@ -163,7 +163,6 @@ class UrsinaAdapter(): scale=(15, 15, 12), position=(-123, 0.0, 260), rotation=(0, 0, 0), - collider='none', cast_shadow=True ) @@ -181,7 +180,6 @@ class UrsinaAdapter(): scale=(4, 6.5, 5), position=(-55, 2.5, 260), rotation=(0, -90, 0), - collider='none', cast_shadow=True ) @@ -191,7 +189,6 @@ class UrsinaAdapter(): scale=(4, 6.5, 5), position=(25, 2.5, 95), rotation=(0, 90, 0), - collider='none', cast_shadow=True ) @@ -200,7 +197,6 @@ class UrsinaAdapter(): scale=(4, 6.5, 5), position=(-55, 2.5, -70), rotation=(0, -90, 0), - collider='none', cast_shadow=True ) @@ -221,8 +217,7 @@ class UrsinaAdapter(): model='entities/tunnel_3.glb', scale=(63, 45, 45), position=(-199, 3.0, 380), - rotation=(0, 0, 0), - collider='None', + rotation=(0, 0, 0), cast_shadow=True )