ITADN

Bevy vello Ignores bevy's camera projection scaling.

#153OpenStarArawn 创建于 2025-05-24
enhancementhelp wanted
S
StarArawncommented
Bevy vello seems to ignore the size of your projection which might be different from the size of your physical rendering area. Bevy scales the projection using this enum: https://docs.rs/bevy/latest/bevy/render/camera/enum.ScalingMode.html I think bevy vello should be able to match the output from these scaling modes.
3 条评论