Hi there,
Is there a way to render 3D graphics (e.g. ModelSceneSymbol, SimpleMarkerSceneSymbol), with a constant size? For our use case, we need some 3D graphics to maintain a constant size in terms of pixels on the screen, as for example the SimpleMarkerSymbol does.
If not, is there any recommended workaround to achieve the same result? E.g. by recreating the graphic whenever the camera zoom changes? It appears that the DistanceCompositeSceneSymbol QML type only allows to statically predefine a number of graphics, but doesn't allow to dynamically change the graphics based on the camera distance.
Thank you in advance for your response!