efkv Posted May 22, 2014 Share Posted May 22, 2014 I am trying to make an interactive map, but cannot figure out how to make a DisplayObjectContainer scale around a point. Basically, I want to allow a user to zoom in at their mouse position. Typically what I would do with normal canvas would be to shift the ctx from the mouse position to the origin, scale, and then move ctx back to the mouse position. How do I achieve a similar effect with pixi.js? Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.