Clipping and Distortion on UI Images with Transforms #5294
Labels
A-Rendering
Drawing game state to the screen
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
Bevy version
0.7
Relevant system information
What you did
What went wrong
The UI image renders with clipping, or if rotated around other axes, with distortion.
Additional information
transform: Transform::from_rotation(Quat::from_rotation_x(1.0)),
transform: Transform::from_rotation(Quat::from_rotation_y(1.0)),
transform: Transform::from_rotation(Quat::from_rotation_z(1.0)),
The text was updated successfully, but these errors were encountered: