Hi all,
I would like to manipulate 3D objects within CesiumJS to adjust their location using operations pan, scale and rotate.
I have seen that it exists on Cesium ion while you need to adjust your asset location.
Does this component exist somewhere to be reused within CesiumJS ?
Does anyone kow something similar ?
Thank you in advance
Hi @laurentateegle,
Welcome to the community!
This is absolutely possible with CesiumJS. I created a sandcastle demo that showcases how this can be accomplished.
The key here is updating the position
and orientation
member of the entity
that you add to the scene.
Best,
Sam
Hi Sam,
Thank you very much for your answer. Could you send me the link to the showcase you created ?
Best