https://cesium.com/blog/2017/10/23/integrating-cesium-with-threejs/
Seems to be working for me. When I am trying to manipulate its geometry by using vertices for scaling. The whole scene moves. How can I specifically manipulate the 3D object.
I tried referring this JS fiddle project, but doesn't work.
Can you help me with the same.
It will be really helpful for me.
Thanks
I am following below blog post:https://cesium.com/blog/2017/10/23/integrating-cesium-with-threejs/
Seems to be working for me. When I am trying to manipulate its geometry by using vertices for scaling. The whole scene moves. How can I specifically manipulate the 3D object.
I tried referring this JS fiddle project, but doesn't work.
plane.position.copy(SELECTED.position);plane.lookAt(camera.position);