nytimes / three-loader-3dtiles

This is a Three.js loader module for handling OGC 3D Tiles, created by Cesium. It currently supports the two main formats, Batched 3D Model (b3dm) - based on glTF Point cloud.
Other
476 stars 64 forks source link

TypeError: Cannot read properties of undefined (reading 'elements') #176

Closed SergeiK-27 closed 4 months ago

SergeiK-27 commented 4 months ago

When adding loader component to r3f app, this error is thrown and nothing is rendered. It also happens when building page from examples/r3f image

upd: Found a fix in one of the opened PRs

hecodeit commented 3 months ago

@SergeiK-27 Meeting the same error, how do you fix it?