DeveloperError: sourceOffset + length must be less than the buffers size

I’m loading 3dtiles with cesium1.114, and when I zoom in I get the error “DeveloperError: sourceOffset + length must be less than the buffers size.”. I would like to ask you if others have encountered similar problems and how to solve them?


It’s impossible to say this for sure without any data (even a single example tile content file, i.e. the B3DM or GLB file, could help here). But my gut feeling is that this might be resolved with Fix issue with pickModel for interleaved buffers by ggetz · Pull Request #11842 · CesiumGS/cesium · GitHub . You might want to try out the state from this PR to see whether this resolves the issue.

thank you for your suggestion。