In browser, when I type url in address bar
like http://localhost:8080/examples/Cesium_Air.glb
‘Cesium_Air.glb’ downloaded in my desktop
but when I add the entity like below code
viewer.entities.add({
position,
model: {
url: 'http://localhost:8080/examples/Cesium_Air.glb',
minimumPixelSize : 64
}
})
I can’t show my entity
How can i fix it?