0

My eyeshot project is to show the .dwg file. But when touch the screen the screen rotate.

I want change rotate event to a pan event at native touch move event. Is this possible? If is this impossible then I want prevent rotate screen.

Damini Suthar
  • 1,470
  • 2
  • 14
  • 43
ryu
  • 7
  • 3
  • You don't change the rotate event you just lock the camera to a single plane. There are already samples for this – Franck Feb 10 '22 at 13:57

1 Answers1

0

You can disable rotation using Model.ActiveViewport.Rotate.Enable setting.

abenci
  • 8,422
  • 19
  • 69
  • 134