mathieuanthoine

Results 20 comments of mathieuanthoine

> May I ask where you've got this information from? I must admit the existing code was just copied from here, and I haven't checked if the output is identical...

I found strange behaviors in Starling. Using the same shader in PixiJs and Starling, the result is different. I think that the shader is the right one but in some...

I'm not as solid as I would like about Shaders in Starling/AS3, how can I help to fix the tint method ?

@PrimaryFeather Not exactly I'll try to be clearer. If in PixiJS I use the shader I give you for Starling, you will have the same tint as Animate. In Starling...

baseClass support available on pixi-flump-runtime

1) For symbols that we want to get custom Data, change the symbols inheritance by a custom class instead of MovieClip or Sprite that implements CustomFlumpData 2) CustomFlumpData: public interface...

May be the most elegant way could be to use persistent data that are stored in the Xfl description files. `var elem = fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].etPersistentData( "myAlign", "string", "left" );` And in...

I've just submit a PR for custom data support : https://github.com/tconkling/flump/pull/157 I hope you'll find it interesting

mask support available on pixi-flump-runtime