Bernhard

Results 122 comments of Bernhard

Thanks Günther! This bug in the compiler looks like the reason for Zdeněk problem. I can reproduce a similar problem now, and i will take a look at it once...

Sehr cool - Oberösterreichische Dart Community :) Grüße aus Gmunden!

The TransitionFunction class was renamed to Transition in one of the last releases. Your problem should be fixed with a simple rename. Here is a link with more details: https://groups.google.com/forum/#!topic/stagexl/SX9GWYsPFsY

Transparent videos are correctly rendered in the current Dartium browser.

Tested in Chrome Canary (currently at version 42) and finally transparent WebM videos look fine! Unfortunately Firefox nightly still doesn't support it - same with IE of course.

Yes. It's impossible to get the transparent video to a WebGL texture without the help of the browser. There are two possible solutions to this problem. The first one is...

Here is a picture of the technique i tried to explain in my previous post. A picture is worth a thousand words, right? http://stackoverflow.com/questions/5055962/how-to-create-an-h264-video-with-an-alpha-channel-for-use-with-html5-canvas

Hi, thanks for the question. You did everything right but i just found out that there is a bug in StageXL, sorry about that. I have opened a new issue...

@meibegger I woud recommend to take a look at the current implementation of AlphaMaskFilter. The technique shown above is pretty similar to the AlphaMaskFilter. You just need to change the...

Since the html5 "request animation frame" is synced with the display refresh it won't be easy to get an arbitrary frame rate that is still rendered at regular intervals. You...