ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.42k stars 799 forks source link

Janky Graphics compared to flash #17676

Open CyberRedist opened 2 weeks ago

CyberRedist commented 2 weeks ago

image Ruffle image Flash The top is Ruffle on the highest quality and the bottom is flash, Any reason for this?, was wondering if this could be fixed or have another graphic mode that matches

torokati44 commented 2 weeks ago

By the looks of it, this is due to the fact that Ruffle renders curves after having tessellated them into triangles - and the tolerance (so, smoothness) of this tessellation is set for a value that's appropriate at the natural size of the shapes, so magnifying them a lot (as I assume happens in this movie) will make the jaggedness more apparent. This is a known issue, with some vague ideas on how to deal with it, but it's not that simple.