WebGL masking issue fixed

WebGL mask objects can now be nested within masked objects
This commit is contained in:
Mat Groves 2013-11-03 10:46:41 +00:00
parent 932ca80032
commit 85f1bd6557
9 changed files with 233 additions and 36 deletions

View file

@ -32,7 +32,7 @@
var gui = new dat.GUI({
//height : 5 * 32 - 1,
width : 350
//width : 350
});
var blurFilter = new PIXI.BlurFilter();