六邊形格子地圖座標計算與轉換

// 世界場景的一些數據管理,如提供座標轉換之類的接口 var WorldMapManager = function () { this.mapSize = null; // 地圖大小,像素 this.curViewPos = null; // 當前大地圖視野座標 // 初始化世界地圖的數據 this.init = function (mapSize,
相關文章
相關標籤/搜索