fix(resize): 新增3DTiles内置资源;增加内置资源对http(s)地址的支持;
This commit is contained in:
@@ -149,6 +149,8 @@ export class TilesManage {
|
||||
}
|
||||
|
||||
update() {
|
||||
// this.camera.updateMatrixWorld();
|
||||
|
||||
for (const tiles of this.tilesMap.values()) {
|
||||
tiles.forEach(tile => tile.update());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user