-
Notifications
You must be signed in to change notification settings - Fork 34
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
How can I decide which diagonal to use ? #97
Comments
I fixed it (badly) using this code.
|
The question is a bit wrong, we have to make actual quads, not triangles :) The whole point of Sprite2d is how to make weights ([2], [5], [8], [11]) so it actually becomes a projective quad and not two triangles. |
hm, interesting. Yeah, we might need mesh like this. Seriously, that's a mesh problem, mesh with 3 coords per vertex. |
With pixi-projection we use square sprite, then inside the application transform it into two triangles.
In my game half the time it looks all right and half the time it looks bad.
How can I fix that.
The text was updated successfully, but these errors were encountered: