pixartist Posted August 13, 2015 Share Posted August 13, 2015 Question 1: I've created custom meshes and for some reason button mode and mouse-events don't work properly with those. Am I doing something wrong or are those not supported with custom meshes ? Question 2: Anti-Aliasing does not work in any browser with pixi. I know it works with webGL, I've used it myself.I set the renderer up like this:this.renderer = PIXI.autoDetectRenderer(800, 600, undefined, undefined, undefined, true); Quote Link to comment Share on other sites More sharing options...
xerver Posted August 13, 2015 Share Posted August 13, 2015 1. button mode and interactions absolutely work with the Mesh object. Can you show me a broken example? 2. Look at the docs for how to setup a renderer in v3, it isn't the same as v2: http://pixijs.github.io/docs/PIXI.html#.autoDetectRenderer 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.