Skip to content

Conversation

@AngeloYazar
Copy link

Suggested changes in this pull request:

  1. Make the WebGL context configurable from the manifest
  2. Remove the skewx(0.00001deg) because it was causing stuttering on desktop
  3. Emit progress events from loader.js (Mainly for facebook)

@AngeloYazar
Copy link
Author

Added changes in 9601aae at Raymond's request, making premultipliedAlpha: true non-configurable.

// Emit progress event
this.emit('progress', {
progress: this.progress
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this work for native ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it just emits events on loader which inherits from Emitter. Just to be sure, I tested a build on android and the events came through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants