resium
resium copied to clipboard
3DTileset not receiving any url. Reopen
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 >
)