Pointer Drag

For declarative version we just need to declare as a child of the mesh. Properties like dragAxis determine how dragging will occur.

<pointerDragBehavior
dragAxis={new Vector3(1, 0, 0)}
...
/>