ditch THREE raycasting for SAT again

This commit is contained in:
2024-12-23 09:46:26 +09:00
parent 054d22d01a
commit e23978ea90
6 changed files with 61 additions and 29 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ app.listen(port, () => {
const entity2 = new Entity()
entity2.id = '2'
entity.teleport(200, 100)
entity2.teleport(100, 100)
entity2.radius = 35
game.spawn_entity(entity2)