To globally set Viewer-related properties, you can add the following config to the Dimensions tag init:
const d8sApi = initDimensions({
account: "",
viewers: ["IMAGE", "VIDEO", "3D"],
threeDViewer: {
viewer: {
controls: {
ar: false
}
}
}
});
These will be added to every instance of viewer.