bevy/examples/stress_tests
James O'Brien 46f5411605 Add TextureAtlas stress test based on many_sprites and sprite_sheet examples (#5087)
# Objective

Intended to close #5073

## Solution

Adds a stress test that use TextureAtlas based on the existing many_sprites test using the animated sprite implementation from the sprite_sheet example.

In order to satisfy the goals described in #5073 the animations are all slightly offset.

Of note is that the original stress test was designed to test fullstrum culling. I kept this test similar as to facilitate easy comparisons between the use of TextureAtlas and without.
2022-07-04 13:04:15 +00:00
..
bevymark.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
many_animated_sprites.rs Add TextureAtlas stress test based on many_sprites and sprite_sheet examples (#5087) 2022-07-04 13:04:15 +00:00
many_cubes.rs Disable Vsync for stress tests. (#5187) 2022-07-03 20:17:27 +00:00
many_foxes.rs Disable Vsync for stress tests. (#5187) 2022-07-03 20:17:27 +00:00
many_lights.rs Disable Vsync for stress tests. (#5187) 2022-07-03 20:17:27 +00:00
many_sprites.rs Disable Vsync for stress tests. (#5187) 2022-07-03 20:17:27 +00:00
transform_hierarchy.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00