BrianWiz / qevy

Quake .map files for the Bevy game engine.
Apache License 2.0
42 stars 6 forks source link

Fix compiler error when using Rapier, clean up console output #12

Open Feles007 opened 3 days ago

Feles007 commented 3 days ago

In #11 the collision mesh spawning was updated for Avian but not Rapier.

On both Avian and Rapier there's a bunch of warnings about __TB_empty not being found. We can skip those textures but still generate the collision mesh. image