NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
505 stars 56 forks source link

Easier loading of cubemaps #240

Open 0chroma opened 1 month ago

0chroma commented 1 month ago

When loading cubemaps from png images, you need to change the texture view descriptor's dimension so that you can use it in a skybox, ie in this bevy example

It would be nice if the macro had that as an option, or if not in the macro than an example showing how to set it easily.