Hi!
I have a 3D Model loaded from entities.add
but whenever I try to zoom in out the viewer, it also scales up/down the model I just added. Is it possible that it will follow the original size of the model? Thanks!
viewer.entities.add({
show: true,
name: url,
position,
orientation,
model: {
uri: url,
minimumPixelSize: 64,
maximumScale: 500,
},
});