adamjw3 Posted April 3, 2017 Share Posted April 3, 2017 Hi I'm creating a animated banner using pixi for a website. Then banner will be 100% width and 100% viewport height. I have set the size of the renderer to window.innerwidth and window.innerHeight. Now when i add my animation image with mesh texture and shading, what is the best way to center it within renderer? Hopefully if the answer i get is based on percentages this shoudl also make it repsonsive. Thanks Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted April 3, 2017 Share Posted April 3, 2017 banner.position.set(renderer.screen.width/2, renderer.screen.height/2); //now (0,0) is center of screen banner.scale.set(W,H); // scale it to ift screen? 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.