[models] Billboard has different size based on rotation #1798
Replies: 8 comments 1 reply
-
Excuse me but I don't understand the issue, I just tested |
Beta Was this translation helpful? Give feedback.
-
I just find it odd how the scaling is only based on the width of the image. I would expect the same image but rotated in my image editor would have consistent sizing when drawn. |
Beta Was this translation helpful? Give feedback.
-
If I understand the issue correct, all you have done with the images between those two screenshots is rotated it 90 degrees, correct? |
Beta Was this translation helpful? Give feedback.
-
yes |
Beta Was this translation helpful? Give feedback.
-
@nobytesgiven Did you try with latest raylib from GitHub? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I guess this can be converted to a discussion/deleted, since noone seems to be bothered from it but me. |
Beta Was this translation helpful? Give feedback.
-
Are you changing this rectangle to reflect the shape you wish to render between the two textures being drawn? |
Beta Was this translation helpful? Give feedback.
-
Issue description
Billboards change in size if I rotate them in my image editor. I do not know if this is intentional but it would be nice to have consistent sizing for same sized images.
Issue Screenshot
Code Example
Just the basic billboard example, didn't edit the code.
Beta Was this translation helpful? Give feedback.
All reactions