示例#1
0
        public void Initialize()
        {
            var bounds = new Rect3D();

            foreach (var vho in _hitObjects)
            {
                bounds.Extend(vho.HitBBox);
            }
            CreateNextLevel(bounds, 0, 0);
        }