hello, I want to create many 3D Model points around the earth, can i config the reference “activation Radius” much big? becase i don’t want give every point a cesiumglobeanchor。
am i right?

hello, I want to create many 3D Model points around the earth, can i config the reference “activation Radius” much big? becase i don’t want give every point a cesiumglobeanchor。
am i right?

Hello @beyondlei99,
This tutorial section gives a good discussion of when to use CesiumSubScene vs. CesiumGlobeAnchor: Cesium for Unity Georeferenced Sub-scenes – Cesium
In summary, CesiumSubScene is good when:
There’s nothing inherently wrong with using a lot of CesiumGlobeAnchors. It requires some computation every frame, but that may simply be necessary for your use case. If your 3D models are all far away from each other, then CesiumSubScene may not be the best solution.
I hope that explanation makes sense – let us know if you have any follow-up questions!
thank you for your reply!