Hi All,
I have an ObjectContainer3D which contains some objects. The object container position is not in the center of the scene.
When I use drag3D to drag one of the objects, they are misplaced because their position is related to the scene.
Eg: If container position is x=100 and z=100 in the scene, when dragging an object it goes to x=100, z=100 inside the object container, which means it’s in x=200, z=200 in relation to the scene.
Am I missing some offset option in drag3D?
Thanks