2D Toolkit Forum

2D Toolkit => Support => Topic started by: babanz on July 18, 2013, 11:53:38 pm

Title: Camera - Pan and Zoom (and Pinch Zoom)?
Post by: babanz 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.
Title: Re: Camera - Pan and Zoom (and Pinch Zoom)?
Post by: unikronsoftware 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.