Skip to content

Commit

Permalink
fix: TilesLoader will now load all visible tiles (#593)
Browse files Browse the repository at this point in the history
fix: TilesLoader will now load all visible tiles
  • Loading branch information
hwandersman committed Feb 16, 2023
1 parent 102cb25 commit 5d59509
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export function useTiles<T extends string>(path: T, uriModifier?: URIModifier) {
return uriModifier?.(uriString) ?? uriString;
};

tilesRenderer.loadSiblings = false;

const loader = new TwinMakerGLTFLoader(tilesRenderer.manager);
setupTwinMakerGLTFLoader(loader);

Expand Down

0 comments on commit 5d59509

Please sign in to comment.