Hello Guest

Author Topic: Camera - Pan and Zoom (and Pinch Zoom)?  (Read 3530 times)

babanz

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 6
    • View Profile
Camera - Pan and Zoom (and Pinch Zoom)?
« on: July 18, 2013, 11:53:38 pm »
Hi guys,

any idea if 2D Toolkit supports camera pan and zoom?

I'm looking to implement multi touch pinch zoom and panning, are there any limitations which would make this hard with 2D Toolkit?
Does the toolkit offer any of these out of the box?

Thanks! :) Hopefully someone can help.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Camera - Pan and Zoom (and Pinch Zoom)?
« Reply #1 on: July 19, 2013, 10:18:52 am »
There aren't any limitations on what you can do with the camera - you can zoom the camera as you like, and panning is just moving the camera. You will need to  somehow detect the touch, etc. yourself. There isn't an out of the box solution for this in 2d toolkit.