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

spine-ts branch: mip maps not supported #88

Open
xoorath opened this issue Nov 22, 2017 · 0 comments
Open

spine-ts branch: mip maps not supported #88

xoorath opened this issue Nov 22, 2017 · 0 comments

Comments

@xoorath
Copy link

xoorath commented Nov 22, 2017

Hey,

if filter: MipMapLinearLinear,Linear is used in an atlas file, an optional flag to enable mip mapping is never passed along to the texture loader. I have a PR I'll send in a second here, I expect the design will not be up to snuff, but I'll link it to this issue so there's at least a working PR that will show the fix.

The practical impact of this issue is that when MipMapLinearLinear,Linear is used, we will get an error from webgl and the textures will appear black. If we switch to Linear,Linear everything looks correct, but the sampling of scaled down sprites appears very jagged.

AleBles added a commit that referenced this issue Nov 30, 2017
support mipmap settings in atlas files. #88
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

No branches or pull requests

1 participant