Hi,
I have created webscene service and URL is Scene Viewer . I need to use this webscene service in my customized application. Could you please let me know how to achieve this. My code snippet, but it is not working
var scene = new WebScene({
portalItem: { // autocasts as new PortalItem()
id: "e21c6971207749c2a67a3d8441a7c09a"
}
});
var view = new SceneView({
map: scene,
container: "viewDiv",
padding: {
top: 40
}
});