mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-02-01 16:08:17 +00:00
修改代码。
This commit is contained in:
parent
6041adc58a
commit
b324e9a7a9
@ -72,17 +72,19 @@ SphereTileCreator.prototype.canFork = function () {
|
||||
return true;
|
||||
}
|
||||
|
||||
var frustum = this._frustum;
|
||||
return false;
|
||||
|
||||
if (tile.z >= 5) {
|
||||
return false;
|
||||
}
|
||||
// var frustum = this._frustum;
|
||||
|
||||
if (tile._aabb.containsPoint(this._center)) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
// if (tile.z >= 5) {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
// if (tile._aabb.containsPoint(this._center)) {
|
||||
// return true;
|
||||
// } else {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
// MathUtils._lonlatToXYZ(tile._center, xyz);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user