コード例 #1
0
        public BspMap()
        {
            meshes           = new List <TgcMesh>();
            data             = new BspMapData();
            collisionManager = new BspCollisionManager(this);

            antCluster = -2;
            clusterVis = new List <int>();
        }
コード例 #2
0
ファイル: BspMap.cs プロジェクト: aniPerezG/barbalpha
        public BspMap()
        {
            meshes = new List<TgcMesh>();
            data = new BspMapData();
            collisionManager = new BspCollisionManager(this);

            antCluster = -2;
            clusterVis = new List<int>();
        }