3DTilesRendererJS
3DTilesRendererJS copied to clipboard
ImplicitTiling looping request
When I load this link https://storage.googleapis.com/ahp-research/projects/sogelink/hackathon/bdnb/sampleset/tileset.json which has implicitTiling
The data is loading as expected but once everything is loaded, the 0_0_0.subtree
is fetched again and provoking errors
Maybe it's caused by one of the implementations left todo but I don't see which one it could be
To Reproduce
Steps to reproduce the behavior:
- I've used the file
example/index.js
to load the link - I've replaced
geospatialRotationParent.scale.set( 1, 1, 1 );
bygeospatialRotationParent.scale.set( 0.01, 0.01, 0.01 );
because the dataset is big - I've set
errorTarget
&errorThreshold
at0
+ checkeddisplayRegionBounds
- Zoom out
Screenshots