Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliasing of cube when rendering on Firefox. #6

Open
kevingranade opened this issue Sep 20, 2017 · 4 comments
Open

Aliasing of cube when rendering on Firefox. #6

kevingranade opened this issue Sep 20, 2017 · 4 comments
Assignees
Labels

Comments

@kevingranade
Copy link

Cube exibits aliasing artifacts on Firefox and rotates fairly slowly.

Possibly related warning from console:
Error: WebGL warning: drawElements: This operation requires zeroing texture data. This is slow. index.js:24818:13

"PixiJS 4.5.5 - WebGL - http://www.pixijs.com/" index.js:1073:9

@kevingranade
Copy link
Author

Upstream issue:
pixijs/pixijs#3897

@ehgoodenough
Copy link
Owner

Hm, the upstream issue makes it sound like it relates to our texture buffering. Currently, I'm using a somewhat unorthodox loading scheme via webpack, while most of the Pixi documentation suggests you use their in-library loading system. I suspect it has something to do with that. Investigating.

@ehgoodenough ehgoodenough self-assigned this Sep 20, 2017
@kevingranade
Copy link
Author

Pixi demo code at http://pixijs.github.io/examples/#/basics/basic.js triggers the same warning, but uses PIXI.Sprite.fromImage()

@ehgoodenough
Copy link
Owner

Good catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants