bevy/examples/asset
Jacques Schutte 857fb9c724
Remove monkey.gltf (#9974)
# Objective

- Fixes #9967

## Solution

- Remove `monkey.gltf`
- Added `torus.gltf`, which is two torus meshes joined together, to
replace `monkey.gltf` in the examples

## Examples

I made `torus.gltf` mainly so that the multiple_windows example clearly
shows the different camera angles

### asset_loading

![image](https://github.com/bevyengine/bevy/assets/425184/0ee51013-973d-4b23-9aa6-d254fecde7f1)

### hot_asset_reloading

![image](https://github.com/bevyengine/bevy/assets/425184/b2a2b1d8-167e-478b-b954-756ca0bbe469)

### multiple_windows:

![image](https://github.com/bevyengine/bevy/assets/425184/cb23de2c-9ff8-4843-a5c0-981e4d29ae49)

![image](https://github.com/bevyengine/bevy/assets/425184/b00bc2c7-66e8-4881-8fab-08269e223961)
2023-09-30 02:50:31 +00:00
..
processing Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
asset_loading.rs Remove monkey.gltf (#9974) 2023-09-30 02:50:31 +00:00
custom_asset.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
custom_asset_reader.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
hot_asset_reloading.rs Remove monkey.gltf (#9974) 2023-09-30 02:50:31 +00:00