FraserLee / bevy_sprite3d

Use sprites in a 3d bevy scene.
MIT License
136 stars 22 forks source link

Alpha-channel shadow support #3

Closed FraserLee closed 1 year ago

FraserLee commented 1 year ago

There's an open bevy issue for this at https://github.com/bevyengine/bevy/issues/4372, seems like the most straight-forward path would be to go in and resolve this in the engine. Barring that, there are a few more patch-style fixes we could try:

Will look into this more later.

FraserLee commented 1 year ago

bevy-0.10 fixes this. Nice.