Open JMS55 opened 1 year ago
What is missing to implement jittering orthograpic cameras?
When I just remove the check from camera.rs ...
if clip_from_view.w_axis.w == 1.0 {
warn!(
"TemporalJitter not supported with OrthographicProjection. Use PerspectiveProjection instead."
);
return;
}
... then TAA seems to work (fine)?
TAA got merged in https://github.com/bevyengine/bevy/pull/7291, but there's a couple of things we could do better.
Compatibility
Quality
Performance