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

Support for 4K HD textures #6

Open
ExHunter opened this issue Jul 10, 2016 · 1 comment
Open

Support for 4K HD textures #6

ExHunter opened this issue Jul 10, 2016 · 1 comment

Comments

@ExHunter
Copy link
Contributor

If anyone knows, what exactly needs to be done here, please comment. Otherwise I will try to figure it out by myself.

@ExHunter ExHunter added this to the 1.5.0.14 milestone Jul 10, 2016
@ExHunter ExHunter self-assigned this Jul 10, 2016
@ExHunter ExHunter changed the title Support for 4K HD Textures Support for 4K HD textures Jul 10, 2016
@urraka
Copy link

urraka commented Jul 10, 2016

When you create triangles it automatically calculates their texture coordinates with the assumption that 1 pixel = 1 map-unit. That was "alright" for the old 128x128 textures but the new ones end up too big and there's no easy way to adjust them. Currently, the workaround is to design the map using a smaller texture and then just switching to the high resolution one. This works because texcoords are normalized values, so texture size doesn't matter once they are calculated.

So, what we need is some way to configure a default texture scale or pixel ratio that is used when creating triangles (and by the "fix texture" tool). Ideally there would also be a tool for scaling the texture coordinates of any selected triangles.

@Shoozza Shoozza modified the milestones: 1.5.0.14, 1.7.0.0 Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants