resium icon indicating copy to clipboard operation
resium copied to clipboard

3DTileset not receiving any url. Reopen

Open djeemy2014 opened this issue 1 year ago • 0 comments

Previously, there was a discussion of the problem with the operation of the Cesium3DTileset component:

3DTileset not receiving any url #138

I have "resium": "1.16.1" The problem persists in topic #138, they also write that the problem persists.

Of course I can make changes directly to the Scene component, but with this approach, any change to a parameter in Cesium3DTile results in the entire Scene being redrawn.

return (
    <Viewer>
        <Cesium3DTileset
               url="URL_to_3dTileset"
           />
     </Viewer >
)

djeemy2014 avatar Feb 02 '24 14:02 djeemy2014