EmiOnGit / warbler_grass

A bevy plugin for creating 3d grass in your game
Apache License 2.0
120 stars 11 forks source link

Replacement for explicit bundle #71

Closed janhohenheim closed 5 months ago

janhohenheim commented 5 months ago

I'm finally coming around to updating foxtrot to Bevy 0.12 and am updating all dependencies in the process. I noticed you removed the explicit bundle telling warbler grass where to place grass. What's the recommended alternative? Using a height map?

EmiOnGit commented 5 months ago

Yes! A height map in combination with a density map work way better than the system we had before anyway. After updating this crate to bevy 0.12 I can make a pr for you. I'm excited to see that you intend to update Foxtrot! :)

janhohenheim commented 5 months ago

Thanks a bunch :)