Closed paul-hansen closed 1 week ago
Thank you a lot for this, good call on the instancing.
i'll probably get around to merging this over the weekend, tho i probably won't release a new version before 0.15 fully releases.
thanks again for this, i'll publish the main branch on crates.io once 0.15 is fully released
Also removed deprecated keys from deny.toml as per: https://github.com/EmbarkStudios/cargo-deny/blob/main/CHANGELOG.md#0160---2024-08-02
The distance3d example now takes advantage of Bevy 0.15's automatic mesh instancing for meshes with the same material and mesh handles. This makes it perform significantly better so I added more cubes to that example to show that off.