3D Objects manipulator

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! :grinning: :rocket:

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

Hi @laurentateegle,

Sure! https://sandcastle.cesium.com/#c=bVLRUptAFP2VHZ7IjLOEqq3a6FRptKRCRkOMOLyQ5SZZWXZxd4mSjv/eBZLUdvrAsHfvOeeec8Fx0I1MuUYeKFoVowlKCQGlkBaoFpVEVHCUKgVaJbzDYF9wnMEirZi+bMGRyIGjc5RYUI9W8xtCx3TkTze+G1Jf+fz+mHj+Zz8vHx+80Sk2oJfsJm9ALJ4N3fFs+hbWbhHMnuhtdLeJn2MdR3f98cTNg9n1c1xc5+EzOY43hN56o/LJiIUROQw2gfILtspMHURxHW6W/TAaHgW8jx/Jz3J5GdLYPQ28o3l2PX0MHoZXkbgqXiYneRWXU/Y2+hE/veWJ9TXhCV+nEq0pvII0STi8bjeCH9o7O7FIW3uC65RykInV2/NKKQqqwBD/rOgelNkfAbwwzctmg35mH3057R9/6iUcIaxXwO1FxYludmzLLb6HfjVthBph4Jrq2uh2znBbU1A4zTJ7i0OoFIo2Ime78V4qtTml/LCd/h2WEkDZbv8AdU+/d7AjFyIDdob2YghVkp6hnZ097n17em9it/46S1qmJIdsuHPaWW4x711QYZLKV7OfD2lBSiH3UYngSjDATCy3nS3fvKwDa6B0zeCiufpGi1JIbTwyG2NHQ1Gy1GR15pVxoTFRqiENnB1lkNE1otn5f74fIsz82aazqBib0A0k1sXAMfi/aEykGeXL8RokS2sDaWwMVu7FbdfAGA8cUzZD/+VqIdg8lR90fwM

Best,
Sam