三维形状碰撞检测

This commit is contained in:
flswld
2023-02-22 21:52:25 +08:00
parent 7d21f24dc8
commit 01cb17d4a9
9 changed files with 416 additions and 110 deletions

View File

@@ -134,10 +134,6 @@ func NewWorldManager(snowflake *alg.SnowflakeWorker) (r *WorldManager) {
}
}
}
if sceneConfig.Id == 3 {
logger.Info("init scene aoi mgr, scene: %v", sceneConfig.Id)
aoiManager.AoiInfoLog(false)
}
r.sceneBlockAoiMap[uint32(sceneConfig.Id)] = aoiManager
}
r.multiplayerWorldNum = 0