aevyrie / bevy_mod_raycast

A little mesh raycasting plugin for Bevy
https://crates.io/crates/bevy_mod_raycast
MIT License
320 stars 93 forks source link

Add support for `MaterialMesh2dBundle` #38

Closed Toniman575 closed 2 years ago

Toniman575 commented 2 years ago

Follow up on https://github.com/aevyrie/bevy_mod_picking/issues/7.

SUPERCILEX commented 2 years ago

Does this work with Lyon? I couldn't get it to work.

piaoger commented 2 years ago

just found and tried mini-texture-generator and it seems works fine :) It looks like a local fork of this change.

aevyrie commented 2 years ago

I rebased and added a 2d example to verify this is working. Thanks for the contribution!