Hello, how can I change the scale of entity that contains Cesium3DTileset model?
For changing the scale of entities with gltf models inside I use this code:
entity.model.scale = 100;
But it does not work for Cesium3DTileset entities.
I’m not sure about my answer, but maybe Cesium.Matrix4.multiplyByUniformScale or any other prefixed with Scale.